View On GitHub
reading-notes
reading notes for code fellows
Project maintained by
dLeigh01
Hosted on GitHub Pages — Theme by
mattgraham
REST
Explaining REST
Roy Fielding helped to write the first web servers.
Techniques today don’t work when we need to talk to all the machines in the world because they don’t have a universal way of communicating nouns.
The HTTP protocol created by Fielding uses GET to obtain things based on their URL (it applies verbs to nouns).
GET looks for a computer-readable resource.
POST adds something to another system.
PUT replaces something in another system.
PATCH partially updates something in another system.
Geocoding API [x]
Weatherbit API [x]
Yelp API Docs [x]
Movie DB API Docs [x]
Things I Want to Know More About
[
< table of contents
]
[
< home
]