API design is the process of determining and exposing a set of consistent method signatures, return values, and documentation intended for use by other developers to allow programmatic access to data.
I am developing a generic REST API for my projects and I'm wondering what to do when I have a …
rest restful-architecture api-design