 @crell@phpc.social
 @crell@phpc.social2025-09-24 15:38:59
Hot take: A REST API does not have "endpoints."  It has one start point, and then links.
"Endpoints" are what RPC-style APIs use, where each distinct URL is essentially a distinct function call.
That's a fine way to design an API. You're not wrong for doing it.  But it's not a REST API.  It's RPC, even if it's using HTTP verbs and error codes.
Terms matter.
 
 
 
 
 
 
