Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Endpoints & SDKs

Daniel Sposito edited this page Feb 9, 2015 · 1 revision

Volcano provides an Endpoints API which returns a list of all available APIs. The Endpoints API is used by all official Volcano SDKs. This allows the SDKs to automatically work with brand new or updated APIs - without having to update the SDK itself! The SDKs simply access the Endpoints API (or a locally cached copy) in order to map an SDK request to the associated API endpoint.

Clone this wiki locally