Agent-Banks / assignments

Assignments for Suncoast Developers Guild
0 stars 0 forks source link

04 - 01 - GET https://intro-to.api.com/knowledge #12

Closed Agent-Banks closed 4 years ago

Agent-Banks commented 4 years ago

In this project, you will practice accessing an API. You'll see how an API request is made, and see how data is returned from an API

Objectives

Explorer Mode

API Documentation
Dogs https://dog.ceo/dog-api/
Studio Ghibli https://ghibliapi.herokuapp.com/#tag/Films
Open Brewery https://www.openbrewerydb.org/
Recipes http://www.recipepuppy.com/about/api/
Deck of Cards! http://deckofcardsapi.com/
Geocode https://geocode.xyz/api
Jobs https://jobs.github.com/api
Lyrics https://lyricsovh.docs.apiary.io/#reference
Quotes https://pprathameshmore.github.io/QuoteGarden/
SpaceX https://docs.spacexdata.com/?version=latest
Jokes https://github.com/15Dkatz/official_joke_api

Adventure Mode

Read the documentation on this API: https://one-list-api.herokuapp.com/

Choose your access token from your first and last name. For example jane-doe or ron-swanson.

Epic Mode

Agent-Banks commented 4 years ago
Screen Shot 2020-06-01 at 4 23 39 PM Screen Shot 2020-06-01 at 4 24 25 PM Screen Shot 2020-06-01 at 4 25 58 PM Screen Shot 2020-06-01 at 4 27 22 PM Screen Shot 2020-06-01 at 4 29 07 PM Screen Shot 2020-06-01 at 4 29 41 PM Screen Shot 2020-06-01 at 4 31 40 PM

Header types Cache-Control: used to specify browser caching policies in both client requests and server requests. These policies include how the resource is cached, where it's cached and its max-age before expiring. Accept-Ranges: a marker used by the server to show its support of partial requests. The browser may try to resume an interrupted download rather than start it from the beginning again. CF-Cache-Status: This means the site is using Cloudflare. The value in this header is DYNAMIC. This means that the resource is not cached by default and there is no resources to cache it.

Agent-Banks commented 4 years ago

Your homework 04 - 01 - GET https://intro-to.api.com/knowledge was marked: Meets Expectations

Well done!

“Well done!”