API
How to design better APIs - 15 language-agnostic, actionable tips on REST API design. - https://r.bluethl.net/how-to-design-better-apis
Example : https://github.com/HackerNews/API - https://hacker-news.firebaseio.com/v0/maxitem.json?print=pretty / https://hacker-news.firebaseio.com/v0/user/bekishore.json?print=pretty
What is an API?⬇️ - https://x.com/e_opore/status/1939831377366552647
- In tech, an API is the messenger that carries your request from your app to another service and brings the response back
Tags:
Programming