Top "Rest" questions

REST (Representational State Transfer) is a style of software architecture for distributed hypermedia systems such as the World Wide Web.

Spring Boot REST service exception handling

I am trying to set up a large-scale REST services server. We're using Spring Boot 1.2.1 Spring 4.1.5, and Java 8. Our controllers …

java spring rest exception-handling spring-boot
Structuring online documentation for a REST API

I'm building my first Rest API which serialize data to JSON and XML formats. I would like to provide an …

api rest indexing
What's the difference between text/xml vs application/xml for webservice response

This is more of a general question about the difference between text/xml and application/xml. I am fairly new …

xml rest jersey
'Field required a bean of type that could not be found.' error spring restful API using mongodb

So I've been learning Spring in the couples of week, been following this tutorial Building a RESTful Web Service All …

java spring mongodb rest
Invoke-WebRequest, POST with parameters

I'm attempting to POST to a uri, and send the parameter username=me Invoke-WebRequest -Uri http://example.com/foobar -Method …

powershell rest
What is the proper REST response code for a valid request but an empty data?

For example you run a GET request for users/9 but there is no user with id #9. Which is the best …

rest http api-design
RestSharp simple complete example

I've been trying to create a simple prototype web application that uses RestSharp to call Rest API. I've not been …

c# rest restsharp
How to enable CORS in ASP.net Core WebAPI

What I am trying to do I have a backend ASP.Net Core Web API hosted on an Azure Free …

c# rest asp.net-core cors cross-domain
Recommendations of Python REST (web services) framework?

Is there a list somewhere of recommendations of different Python-based REST frameworks for use on the serverside to write your …

python web-services rest frameworks