Created
March 4, 2020 01:18
-
-
Save mzibari/cfbedb41013f31192e52bfee385050c0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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