What should a developer know before building an API for a community based website?
If you really want to define a REST api, then do the following: forget all technology issues other than HTTP and media types. Identify the major use cases where a client will interact with the API Write client code that perform those “use cases” against a hypothetical HTTP server. The only information that client should … Read more