API & RESTful API

Aus robopagex.com
Zur Navigation springen Zur Suche springen
API = Application Programming Interface
How computers can talk to other computers
It doesn't matter what language you're using
Quest & Request
RESTful API
REpresentational
State
Transfer
Request for data or take an action
Request Methods:
HTTP GET
HTTP POST
HTTP PUT
HTTP DELETE
HTTP PATCH