Top "Restful-url" questions

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

How to handle hierarchical routes in ASP.NET Web API?

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-url
Is it better to place a REST API on a subdomain or in a subfolder?

We have a web application which is hosted with the URL http://example.com. Now we want to extend a …

java rest api restful-url
Proper route for checking resource existence in a RESTful API

What's the best/restful way to design an API endpoint for checking existence of resources? For example there is a …

api rest restful-url
How to handle huge data from a REST service

We 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-architecture
Validate/Change Password via REST API

I want to change a user password via a REST API. This is not a forgotten or reset password function, …

validation rest restful-url restful-architecture
RESTful API - Designing sub-resources

I am designing a RESTful API and I came up with a problem related to sub-resources. I see other APIs …

rest restful-url
Is it okay to use same resource name for both get and post rest api

Sometime 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-architecture
Query Azure SQL Database using Rest-API

I 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 qsqlquery
Springboot with Sybase server - Cannot load driver class: com.sybase.jdbc4.jdbc.SybDriver

Facing 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-url
RESTful API without ID in the URL

I 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