Questions tagged [api]
An application programming interface (API) is the specification for which software is meant to be used by other software.
1 questions from the last 30 days
10
votes
5
answers
1k
views
How to deal with public vs private version of same resource in a RESTFul API?
I am having a hard time to deal with one particular issue in API design that might be very common. Let me give the concrete example I have: I am writing a RESTFul API for a store and have the ...