Skip to content

Instantly share code, notes, and snippets.

@michellemason
Created June 15, 2020 00:21
Show Gist options
  • Save michellemason/b27bda53a13fc95785dfc948fd01e947 to your computer and use it in GitHub Desktop.
Save michellemason/b27bda53a13fc95785dfc948fd01e947 to your computer and use it in GitHub Desktop.
1. subscription list endpoint documentation: v3/subscriptions
required param: part; (string)
optional parap: forChannelId (string), maxResults (unasigned integer)
2. https://maps.googleapis.com/maps/api/geocode/json?address=New+York,+NY&key=AIzaSyD6a0m54dhJKbptHwzZxpjjmX261HecdXY
https://maps.googleapis.com/maps/api/geocode/json?address=2219+Robinson+St,+Redondo+Beach,+CA&key=AIzaSyD6a0m54dhJKbptHwzZxpjjmX261HecdXY
3. Yes, responses need verification unless otherwise specified.
4. Yes, CORS is supported.
5. GET /:urlname/events; Gets a listing of all Meetup Events hosted by a target group, in ascending order by default.
6. The Meetup API aims to provide consistent responsiveness and equal quality of service for all its consumers. In order to do so, we limit the frequency at which the API will produce successful responses to a single client.
You can know your current rate limit status by reading X-RateLimit HTTP headers included in responses. The following table indicates their name and meaning.
7. 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