Skip to content

Instantly share code, notes, and snippets.

@mzibari
Created March 4, 2020 01:18
Show Gist options
  • Select an option

  • Save mzibari/3eb2f85b7b5c37e83c2d929df4c271c7 to your computer and use it in GitHub Desktop.

Select an option

Save mzibari/3eb2f85b7b5c37e83c2d929df4c271c7 to your computer and use it in GitHub Desktop.
subscription list endpoint required parameter is (part)the data type is string, and a valid value is "snippet"
optional endpoints are, (order) which is a string and an example is "alphabatically", and (maxResults) which an unassinged integer and an exmaple is "49"
Statue of Liberty
https://maps.googleapis.com/maps/api/geocode/json?place_id=ChIJPTacEpBQwokRKwIlDXelxkA&key=AIzaSyANwTbHZrFkT3GEfbZnEQ6gD78bZhi4GpA
https://maps.googleapis.com/maps/api/geocode/json?place_id=ChIJkTSMtF3cTYYRhiOT3__OkWM&key=AIzaSyANwTbHZrFkT3GEfbZnEQ6gD78bZhi4GpA
https://www.meetup.com/meetup_api/.
Does this API require authentication?
it requires authentication
Does this API support CORS?
Yes, it does support CORS
Find the events search endpoint documentation. Describe in detail the response format of the events search endpoint. (HINT: You may need other keywords to find this endpoint.)???????????????????
What are the limitations placed on the number of requests that can be made?
Yes, Clients that issue too many requests in a short period of time will receive a HTTP 429 error and an error message.
If you continue to issue requests at a frequency that triggers throttling responses, your credentials will be blocked for the remainder of the hour. You will know that your client is blocked when you receive a response with the error code "blocked".
List the errors that you can expect when making calls to this API.
400 Bad request when there was a problem with the request
401 Unauthorized when you don't provide a valid token
429 Too Many Requests when you've gone over your request rate limit
500 Internal Server Error an unexpected error occured on our servers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment