reading-notes

code fellows reading notes

View on GitHub

Reading-Notes

code fellows 401

Read: 02 - Express

What’s the difference between PUT and PATCH?

The __PUT__ method takes and replaces saved data. The __Patch__ method updates a property of data.

  1. Mockoon
  2. Postman
  3. Thunderclient

Compare and contrast Swagger and APIDoc.js

Swagger is cloud based and open source.

(un)successful API calls

SOAP and ReST

__SOAP__ or Simple Object Access Protocol is a protocal that only works with XML formats. __ReST__ will also work with HTML, plain text, and JSON.

Vocabulary