itp-dwd / 2020-spring

Repo for Dynamic Web Development Spring, 2020
26 stars 18 forks source link

[API] Nobody taught me the API / what is an api #55

Open joeyklee opened 4 years ago

joeyklee commented 4 years ago

https://www.robinwieruch.de/what-is-an-api-javascript

catarak commented 4 years ago

This post does a great job of explaining the thing that confused me the most about API, which is that it's a super general term, and doesn't define the protocol or the interface itself, just that software can have an interface. Like, a REST API for a web app looks totally different from, for example, the Ableton Live API, but technically they are both APIs.