Hacker News new | ask | show | jobs
by drew-y 1026 days ago
> Easier refactoring (no wondering who all the consumers of GET /users are)

Unless your API calls are properly abstracted into function calls. No reason you can't just have a `getUsers()` function on the frontend, and then use your favorite “find all references” tool from there.