Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: What is Api APIs for Beginners - How to use an API (Full Course)
Description: In this notes you learn what is api and to use it of you These notes are better than the class you take in a month

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


APIs for Beginners - How to use an API (Full Course)
For API , I think we should start on the last character , the I , interface
...
We'll learn how to use external web APIs to solve the missing
pieces
...
The magic
that is happening is completely abstracted away from me
...
Buttons are in fact an interface
...
Sometimes these
physical interfaces get so recognizable that they make their way into GUIs
...
An API is a contract of sorts
that defines how it 's expected to be used and what you can expect to receive by using it
...
When designed well, they
make doing nearly impossible things happen in just a few lines of code
...
We 're standing on the shoulders of giants folks
folks
...
There are authors , and maintainers of
libraries that package up code and solve common problems so that you do n't have to worry
about what operating system is being used
...
Most web frameworks provide you with the
ability to add a new route to your web application
...
I wish real
life skills worked this way
...
I do n't want to get up from the couch
...
The struggle to
achieve remote APIs was very real, but most of the problem was that there was n't a standard
that everyone loved
...
REST is for sure not the end all be all of remote API 's
...
For the rest of this course, we 're
going to be doing a deep dive into APIs that are written using the REST style
...
Once that request receives a response, it 's all done
...
There are
more HTTP verbs, also known as request methods, besides GET
...
Both requests and responses have headers which are used to communicate what is
wanted as well as what has been sent back
...
This technique allows for caching which is a powerful concept
...
We 'll check them off
when we discuss them, and then we 'll loop back once more at the end, and review
...
Let 's get started talking about how REST APIs sit on top of web technology like
a little hat
...
CRUD stands for Creating, Reading, Updating, and Deleting
...
Your program sends a GET request to a URI to a survey response with
data
...



Title: What is Api APIs for Beginners - How to use an API (Full Course)
Description: In this notes you learn what is api and to use it of you These notes are better than the class you take in a month