Let's have a form, where I have a couple of selects. I need to fill them with options provided from server.
But a RESTful API should only have methods for
- Get
- Post
- Put
- Delete
There's no place for retrieving some other data. I guess I should create these 4 method for each select options, but that seems to me like a overkill.