Why do XML namespace URIs use the http scheme?
A XML namespace should be a URI, but it can use any URI scheme, including those that are not URLs.
URIs and Resource vs Resource representation
URL is an URI which identifies a resource by location.
URIs and Resource vs Resource representation
URL is an URI which identifies a resource by location.
URIs and Resource vs Resource representation
URL is an URI which identifies a resource by location.
How to design URIs to initate batch jobs in a RESTful service
If I want to run a job at the end of the month to calculate the commission for all the sales consultants based on the current transaction data, eg commission rate for the person, sales done in the month, and payments received from their customers, that becomes potentially a complex batch operation.
Web API: avoiding name conflicts in URL query parameters
I am implementing a REST-like API and have just faced an interesting problem. There is a need to provide a resource with an open list of query parameters to filter the results.
For example: