Skip to content

Instantly share code, notes, and snippets.

@Richardek
Last active November 7, 2018 23:05
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 Richardek/0865d968b0e32c1e56a8d8376d4772e7 to your computer and use it in GitHub Desktop.
Save Richardek/0865d968b0e32c1e56a8d8376d4772e7 to your computer and use it in GitHub Desktop.
Reading API documentation
Visit the YouTube API documentation discussed above and find the subscription list endpoint documentation. List 1 required parameter and 2 optional parameters for this endpoint. For each parameter listed, state the data type and give an example of the allowed values.
Required
part
data type: string
ex: snippet
optional #1
maxResults
data type: unsigned integer
ex: 10 (defau;t value is 5)
optional #2
order
data type: string
ex: unread
had to use https://meet.google.com/linkredirect?authuser=0&dest=https%3A%2F%2Fdeveloper.mapquest.com%2Fdocumentation%2Fopen%2Fgeocoding-api%2F
statue of liberty
http://open.mapquestapi.com/geocoding/v1/address?key=6ONWC0HFAEAGSvC4CyxmGy0GpPDDiWGz&location=Washington,DC
some address
http://open.mapquestapi.com/geocoding/v1/address?key=6ONWC0HFAEAGSvC4CyxmGy0GpPDDiWGz&location= 1234, main st
Does this API require authentication?
Most request that are made must be authenticated.
Does this API support CORS?
Yes it does
Find the events search endpoint documentation. Describe in detail the response format of the events search endpoint.
couldn't find search end point so choose get event
The response formart is as follows:
attendace_cout - number of members going to attended
attendance_sample - members that selected yes to rsvp
attendee_sample - memebrs that selected yes to tsvp and upcoming events
comment_count - aggregate amout of comment and replies on the given even
creation - creation time of the event
description - descrition of the
note: the rest of the list is extremely long, since I iunderstand the concept am going to stop here
What are the limitations placed on the number of requests that can be made?
It does not explicitly state the number of request that can be made, however there are other limitations such as:
Only members of lead team may post new Meetup evets
a valid path parameter ofr :urlname is required
List the errors that you can expect when making calls to this API.
Some possible errors include:
guest_limit_error - the guest limit is invalid
lat_error - your location is invalid
name_error - a title is required to post your Meetup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment