Please enable JavaScript.
Coggle requires JavaScript to display documents.
IA3 Project Folio: MyMusic Web Application, API - Coggle Diagram
-
API
-
REST
A set of architectural constraints, not a protocol or a standard. API developers can implement REST in a variety of ways (AltexSoft, 2021)
When a client request is made via a RESTful API, it transfers a representation of the state of the resource to the requester or endpoint.
SOAP
-
The SOAP specifications are official web standards, maintained and developed by the World Wide Web Consortium (W3C)
Application Programming Interface (API) is a piece of code that enables different services and applications to communicate and share information with each other (AltexSoft, 2021).
-