API Necessity Debate
Comments debate the purpose, design, and necessity of APIs in web development, questioning why APIs are needed beyond serving frontends, what constitutes a proper API, and whether they should be separate from UI or backend architecture.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Why does use of an API matter one way or another?
Seems it's about client-server APIs, not API design in general.
Not every API is a simple CRUD app with a user at the other end.
Could you please elaborate what API means and why, you shouldn't?
What are the main reasons you want an API?
Yeah whatβs the hesitation for having an API?
what makes your backend architecture unique compared to just calling an API?
Why does your user care what API you use?
Yep. Last paragraph says it all: Use the API for something besides clients.
A fair point. I was referring to the api being separate from the frontend, not what the api is returning. But I could see someone designing their application the way you describe.