apigee.local

The Registry service allows teams to manage descriptions of APIs.

35 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

ApigeeEdge-Node-SDK ✓ Official
npm install ApigeeEdge-Node-SDK
npm install apigee-sdk-mgmt-api
npm install apigee-javascript-sdk
usergrid-java-sdk ✓ Official
# Maven: see https://github.com/apigee/usergrid-java-sdk
apigee-android-sdk ✓ Official
# Maven: see https://github.com/apigee/apigee-android-sdk
usergrid-android-sdk ✓ Official
# Maven: see https://github.com/apigee/usergrid-android-sdk
edge-php-sdk ✓ Official
composer require edge-php-sdk
usergrid-ios-sdk ✓ Official
# See https://github.com/apigee/usergrid-ios-sdk
apigee-ios-sdk ✓ Official
# See https://github.com/apigee/apigee-ios-sdk
curl examples
ListApis returns matching APIs.
curl \
  http://apigee.local/v1/projects/{project}/locations/{location}/apis
ListArtifacts returns matching artifacts.
curl \
  http://apigee.local/v1/projects/{project}/locations/{location}/artifacts
GetApi returns a specified API.
curl \
  http://apigee.local/v1/projects/{project}/locations/{location}/apis/{api}
Endpoints (35 total)
GET
/v1/projects/{project}/locations/{location}/apis
ListApis returns matching APIs.
GET
/v1/projects/{project}/locations/{location}/artifacts
ListArtifacts returns matching artifacts.
GET
/v1/projects/{project}/locations/{location}/apis/{api}
GetApi returns a specified API.
GET
/v1/projects/{project}/locations/{location}/apis/{api}/versions
ListApiVersions returns matching versions.
GET
/v1/projects/{project}/locations/{location}/artifacts/{artifact}
GetArtifact returns a specified artifact.
GET
/v1/projects/{project}/locations/{location}/apis/{api}/deployments
ListApiDeployments returns matching deployments.
GET
/v1/projects/{project}/locations/{location}/apis/{api}/versions/{version}
GetApiVersion returns a specified version.
GET
/v1/projects/{project}/locations/{location}/artifacts/{artifact}:getContents
GetArtifactContents returns the contents of a specified artifact. If artifac…
GET
/v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}
GetApiDeployment returns a specified deployment.
GET
/v1/projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs
ListApiSpecs returns matching specs.
GET
/v1/projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}
GetApiSpec returns a specified spec.
GET
/v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}:listRevisions
ListApiDeploymentRevisions lists all revisions of a deployment. Revisions ar…
At a glance
Total SDKs9
Languages4
Endpoints35
Categories1
http://apigee.local
Other Apigee APIs (1)
marketcheck-cars