Class 02 Notes
PUT/PATCH
- PUT uses the request URI to supply a modified version of the requested resource.
- PATCH supplies a set of instructions to modify the resource.
Mocking API
3 examples of services that allow you to ‘mock’ an API are:
SOAP vs REST
- SOAP stands for Simple Object Access Protocol.
- SOAP requires a lot more bandwidth than REST.
- SOAP is a protocol whereas REST is an architectural pattern.
- SOAP only works with XML formats while REST works with plain text, XML, HTML, and JSON
3 Things Previously Heard Of
- WRRC
- Express
- Routing
I would love to learn more about them each. I felt like I didn’t get enough exposure in code301.