Representational state transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web.
Currently I have two controllers 1 - Parent Controller 2 - Child Controller I access my Parent Controller like this someurl\parentcontroller …
c#-4.0 asp.net-mvc-4 asp.net-web-api restful-urlWe have a web application which is hosted with the URL http://example.com. Now we want to extend a …
java rest api restful-urlWhat's the best/restful way to design an API endpoint for checking existence of resources? For example there is a …
api rest restful-urlWe are using a REST service that returns huge data. In production, the server hardware can handle it. I need …
java web-services rest restful-url restful-architectureI want to change a user password via a REST API. This is not a forgotten or reset password function, …
validation rest restful-url restful-architectureI am designing a RESTful API and I came up with a problem related to sub-resources. I see other APIs …
rest restful-urlSometime back I developed a Restful service in Java with only 1 GET resource. It was accessed like this: GET http://…
rest jax-rs restful-url restful-architectureI have a SQL database server in Microsoft Azure. I want to use Azure Rest-API to select some records from …
sql-server api azure restful-url qsqlqueryFacing difficulty in configuring Sybase server with a fresh Spring boot application. Not sure how to configure Sybase server with …
json maven spring-boot sybase restful-urlI have been discussing the best way of doing this with one of my colleagues Here's an example scenario: I'm …
rest asp.net-web-api restful-authentication restful-url restful-architecture