Versioning custom REST services

Previous Next

This help topic is about versioning custom REST services. You can also version predefined REST services.

A common way of handling business changes in REST Services is to offer multiple versions of the "same" REST method within the same API. There are different ways of doing this.

 

 

collapse        Versioning directly in the request URL

collapse        Versioning in a Vendor MIME Type

 

 

See also

Designing a REST service

Designing service-specific interfaces

Modular service (REST, SOAP) development

Versioning predefined REST services