aps-sdk-openapi

APS SDK’s OpenAPI Specification

This repository contains the OpenAPI specifications used for generating the APS SDKs.

📚 How to Use in Cursor IDE

If you are using Cursor IDE, you can add the APS API documentation to your workspace:

  1. Open SettingsFeatures ➔ Scroll down to Docs.
  2. Click Add new doc.
  3. Paste the following URL when prompted:
https://wallabyway.github.io/aps-sdk-openapi/llms-full.txt

listed on https://llmstxthub.com

Image

  1. Once added, in the chat/agent area, click @docs ➔ select APS SDK OpenAPI to reference the APIs.

This will allow Cursor’s agent to access APS API documentation when answering your questions.

What is OpenAPI?

From the OpenAPI Specification:

The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for HTTP APIs, which allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interface descriptions have done for lower-level programming, the OpenAPI Specification removes guesswork in calling a service.

Getting Help

Please use any of the following channels for support.

Contributing

We do not currently accept pull requests that directly modify the OpenAPI files. If you have identified any mismatch or issues, please open an issue.

Licensing

Licensed under the Apache License.