Top "Rest" questions

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

REST API - Use the "Accept: application/json" HTTP Header

When I make a request, I get a response in XML, but what I need is JSON. In the doc …

json rest request-headers
Spring Boot: Cannot access REST Controller on localhost (404)

I am trying to adapt the REST Controller example on the Spring Boot website. Unfortunately I've got the following error …

java rest spring-boot
JavaScript REST client Library

Is there a JavaScript library which allow me to perform all the REST operation like (GET, POST, PUT and DELETE …

javascript jquery rest
Sending the bearer token with axios

In my react app i am using axios to perform the REST api requests. But it's unable to send the …

reactjs rest token axios access-token
REST API Authentication

I'm building an application which will be hosted on a server. I want to build an API for the application …

api rest
AngularJS $resource RESTful example

I would like to use $resource to call my RESTful web service, (which I am still working on) but I …

javascript rest angularjs
Making authenticated POST requests with Spring RestTemplate for Android

I have a RESTful API I'm trying to connect with via Android and RestTemplate. All requests to the API are …

java android spring rest resttemplate
Trying to use Spring Boot REST to Read JSON String from POST

Am using the latest version of Spring Boot to read in a sample JSON via Restful Web Service... Here's my …

java json rest spring-mvc spring-boot
RESTful URL design for search

I'm looking for a reasonable way to represent searches as a RESTful URLs. The setup: I have two models, Cars …

rest
REST URI convention - Singular or plural name of resource while creating it

I'm new to REST and I've observed that in some RESTful services they use different resource URI for update/get/…

rest resources naming-conventions uri