312-50V11 · Question #817
Gilbert, a web developer, uses a centralized web API to reduce complexity and increase the Integrity of updating and changing data. For this purpose, he uses a web service that uses HTTP methods…
The correct answer is C. RESTful API. REST is not a specification, tool, or framework, but instead is an architectural style for web services that serves as a communication medium between various systems on the web. RESTful APIs, which are also known as RESTful services, are designed using REST principles and HTTP…
Question
Gilbert, a web developer, uses a centralized web API to reduce complexity and increase the Integrity of updating and changing data. For this purpose, he uses a web service that uses HTTP methods such as PUT. POST. GET. and DELETE and can improve the overall performance, visibility, scalability, reliability, and portability of an application. What is the type of web-service API mentioned in the above scenario?
Options
- AJSON-RPC
- BSOAP API
- CRESTful API
- DREST API
How the community answered
(25 responses)- A8% (2)
- B4% (1)
- C88% (22)
Explanation
REST is not a specification, tool, or framework, but instead is an architectural style for web services that serves as a communication medium between various systems on the web. RESTful APIs, which are also known as RESTful services, are designed using REST principles and HTTP communication protocols RESTful is a collection of resources that use HTTP methods such as PUT, POST, GET, and DELETE.
Topics
Community Discussion
No community discussion yet for this question.