constants
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const baseURL = 'https://api.linximpulse.com'; | |
/** | |
* REQUIRED | |
* apiKey | |
* secretkey | |
* @param name - Page Name | |
* @param source - App, Desktop, Mobile.. | |
* @param dummy - DevMode? | |
* @example &name=home&source=desktop&deviceId=123&dummy=true&homologation=true&showOnlyAvailable=true | |
*/ | |
export const api_recommendations = 'https://recs.chaordicsystems.com/v0/pages/recommendations'; | |
/** | |
* REQUIRED | |
* apiKey | |
* secretkey | |
* @param prefix | |
*/ | |
export const api_autocomplete = 'https://api.linximpulse.com/engage/search/v3/autocompletes'; | |
export const api_hotsite = 'https://api.linximpulse.com/engage/search/v3/'; | |
/** | |
* REQUIRED | |
* @param apiKey | |
* @param secretkey | |
* @param terms | |
* @example ?apiKey=&terms=tenis | |
*/ | |
export const api_search = 'https://api.linximpulse.com/engage/search/v3/'; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment