Skip to content

Instantly share code, notes, and snippets.

@brenogcota
Created January 10, 2022 16:31
Embed
What would you like to do?
constants
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