ColterLena / assignments

Assignments for Suncoast Developers Guild
0 stars 0 forks source link

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

Closed ColterLena closed 4 years ago

ColterLena 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

ColterLena commented 4 years ago

Hi Gavin,

Below are 4 screenshot I took for Explorer Mode of this assignment.

Here are definitions of 3 headers from "Header List for Get Brewery with ID Number 281":

Content-type Header: This header tells the client the media type for the content that it is receiving from the API.

Etag Header: This header helps the client identify specific iterations of the requested content. This feature helps the client save time and bandwidth by showing it if the content has been changed.

Strict-transport-security: This header tells web browsers that the content can only be retrieved using HTTPS as opposed to HTTP.

Best Wishes,

Colter

Get All Breweries

Get All the Breweries

Get All Breweries in California

Get All the Breweries in California

Get the Brewery with the ID Number 281

Get the Brewery with the ID Number 281

Header List for Get the Brewery with the ID Number 281

Header List for Get Brewery with ID Number 281
ColterLena commented 4 years ago

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

Well done!

“Well done!”