Overview


REST, short for Representational State Transfer, is a type of software architectural style.

As a resource-oriented architectural style, REST emphasizes on observing the entire network from the perspective of resources. Resources can be specific data, or services that can implement certain functionality. A resource is uniquely identified by a URI, short for Uniform Resource Identifier, and the client can get the representation of the resource through the URI, which makes the state of the resource on the client changes.

REST is based on protocols and standards such as HTTP, URI, XML, and HTML.

SuperMap iServer employs the REST architectural style and provides iServer REST API compliant with the HTTP protocol. The APIs provided encapsulate most of the GIS functionality. SuperMap iServer presents the GIS functionality to the clients as resources. The client can achieve operations on the resources using iServer REST API to get the corresponding GIS capabilities.

SuperMap iServer REST API features:

The HTTP version supported by SuperMap iServer REST API is HTTP/1.1.

See: