Question:
What is REST-Based APIs ?
Author: afaf alsamelAnswer:
Representational State Transfer the most common type of web-service API, mostly found in the Northbound. utilizes HTTP verbs (GET, PUT, POST, DELETE) - while a REST API is in developing, a developer would use A CRUD to develop the API’s HTTP verbs ==>CRUD = Create, Read, Update, and Delete.
0 / 5 (0 ratings)
1 answer(s) in total