View on GitHub

reading-notes

APIs

Representational State Transfer.

 

resources

 

Objects, arrays, data ..etc

 

GET, POST, PUT, PATCH, and DELETE.

 

nouns

 

https://adventure-works.com/orders

 

It’s when the API has a lot of small resources that you can request, and this is usually a bad thing.

 

200

 

406

 

201

 

204

 

^Suhaib Ersan$ ? not sure

 





301 Home
read01 Introduction to React and Components
read02 State and Props
read03 Passing Functions as Props
read04 React and Forms
read05 Putting it all together
read06 NODE.JS
read07 REST
read08 APIs
read09 FUNCTIONAL PROGRAMMING
read10 In memory storage
read11 Authentication
read12 Mongo and Mongoose
read13 CRUD
read14 Project Ideas
read15 Project Kickoff