Use this tag for questions on how to build or use a REST API.
we are having a search/list-resource: http://xxxx/users/?page=1 Internally the page-size is static and returns 20 items. The user …
rest restapiLets say there's a Product with Orders. If you ask for /products/product_id, it will return a 404 if product_…
rest restapiI'm trying to figure out the best approach to call a Rest endpoint from Spark. My current approach (solution [1]) looks …
scala rest apache-spark restapiHave an interesting HTTP API question that I'd like some opinions on. My API allows people to rate things on …
rest restapiAre there any best practices for performing BATCH operations via REST for POST, PUT, PATCH verbs? The current paradigm I …
rest restapiJust wanted to get feedback on how I am planning to architect my API. Dummy methods below. Here's the structure: …
rest restapi