Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.24 KB

Readme.md

File metadata and controls

12 lines (10 loc) · 1.24 KB

API Protocols

API Option Description
REST Used for CRUD style public APis and web app.
gPRC Used for communication b/w microservices or to collect data from IoT devices. It is relatively faster than REST or GraphQL.
GraphQL Used for public API with customizable request body or to aggregate internal data from multiple sources in a public API.

API Dev, Documentation