Skip to content

Instantly share code, notes, and snippets.

@TravelTime-Frontend
Created February 21, 2023 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TravelTime-Frontend/ff40531e84f8b38cd712a1ca44143196 to your computer and use it in GitHub Desktop.
Save TravelTime-Frontend/ff40531e84f8b38cd712a1ca44143196 to your computer and use it in GitHub Desktop.
// These headers are needed to authenticate the request
var headers = {
"X-Application-Id": "<your app id>",
"X-Api-Key": "<your app key>"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment