Versioning

The Waygo API uses versioning to ensure that your requests are always compatible with the API.

It is important to note each major release (e.g. v1.0.0 to v2.0.0) is not considered to be backwards compatible with previous versions. However, minor releases (e.g. v1.0.0 to v1.1.0) are considered to be backwards compatible with previous versions, so you can safely upgrade to the latest minor version without having to change your code.

Versioning Scheme

The Waygo API uses a versioning scheme for each specific API, in the format of {major}.{minor}.{patch}. For example, the version 1.0.0 is a major release, while the version 1.1.0 is a minor release.

Versioning in URLs

The Waygo API uses the version in the URL path to determine the version of the API to use for a request. For example, the URL https://api.waygomaps.com/maps/v1/maps will use the version v1 of the Maps API.