Reading-Notes

Class 02 Summary :

What’s the difference between PUT and PATCH ?

3 services or tools that allow you to “mock” an API for development :

  1. MockServer
  2. Mockoon
  3. Postman Mock Server
  4. Wiremock

Compare and contrast Swagger and APIDoc.js 1 Which HTTP status codes should be sent with each type of (un)successful API call?

Compare and contrast SOAP and ReST :

Document the following Vocabulary Terms :

Term  
Web Server computer software and underlying hardware that accepts requests via HTTP, the network protocol created to distribute web pages, or its secure variant HTTPS.
Express a back end web application framework for Node.js, released as free and open-source software under the MIT License. It is designed for building web applications and APIs. It has been called the de facto standard server framework for Node.js
Routing refers to how an application’s endpoints (URIs) respond to client requests.
WRRC web request/response cycle traces how a user’s request flows through the app.

Preparation Materials :

An introduction to NodeJS and Express :
What is NPM?
What is TDD?
CI/CD :

Sources :

source1 source2 source3 source4 source5