Please enable JavaScript.
Coggle requires JavaScript to display documents.
Lesson#20: API Intro - Coggle Diagram
Lesson#20: API Intro
REST
Doesn't have a standard messaging
HTTP: Hypertext transfer Protocol
a GET request fetches a record from a database
S POST request adds a new record to a database
a PUT request replaces a record w/a new one
A PATCH request replaces part of a record w/new information
A DELETE request removes a record from a database
response
HTTP headers that describe
Postman
XML
JSON
: JavaScript Object Notation [ objects & array]
intro
Application Programming Interface
SOAP
Simple Object Access Protocol
XML: Extensible Markup Language
SOAP Has successful / retry logic
SOAP has built-in ACID compliance
ACID:
API Testing