1 answer
Best Answer
Application Programming Interface
APIs allow different software to communicate.
REST API methods:
- GET - retrieve data
- POST - create data
- PUT - update data
- DELETE - remove data
APIs power most web and mobile apps.
APIs allow different software to communicate.
REST API methods:
- GET - retrieve data
- POST - create data
- PUT - update data
- DELETE - remove data
APIs power most web and mobile apps.