Saved Bookmarks
| 1. |
How do APIs work? |
|
Answer» The general workflow of API is that it takes a REQUEST, processes it which MIGHT involve data validation, database interaction, data processing, and then the resultant of this is sent back to the SOURCE. APIs provide an abstraction to the internal business logic as they are not exposed to the world. Examples of APIs: Amazon API, Google Map API, TWITTER API, ETC. |
|