Restful API: How would you name something like IsLastEntry?
I know that restful APIs should have a clean naming convention, something like /Orders with just Post, Put, Delete, Get. But how can I provide some functionality?
For example: is this the first order in this location? A boolean value would be enough as return value.
Edit: Sorry for the bad title
0 comments:
Post a Comment