Versioning

From version 2.10 it is possible to have multiple versions of Dataloy API deployed on an application server. New API functionalities can be utilized for certain clients while at the same time continue to use older API versions for other clients. This usage of the system can remain until all clients are tested and working with the latest Dataloy API version. The API version is specified in the URL.

Latest Version

The latest version of Dataly API deployed at a customer's application server remains available at:

http://[ip]:[port]/ws/rest

Older versions can be located at ws/rest/version-number. For example, if version 2.10.0 is deployed it will be found at:

http://[ip]:[port]/ws/rest/6.38.0

Last updated