Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 379 Bytes

File metadata and controls

15 lines (8 loc) · 379 Bytes

RESTful API

REST - Representational State Transfer

We don't transfer acutalobjects, we transfer a representation of it.

Transfer JSON data to represent a MongoDB document.

Exposing a public API over the internet to handle CRUD operations on data.

Accesing named resources through a Single consistent interface.

Endpoints (URL) = http://Domain Name/resource address