Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 818 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 818 Bytes

API

The API is documented under OpenAPI specification and can be found at the following path:

/:apipath/oas.json

There are several ways to interact with the API, we will cover its use with Scalar.

We recommend using the desktop application, however, you can also use the web-based environment. (you may need to disable the CORS Proxy)

Follow these steps to import the instance's oas.json to Scalar..:

Maintenance

Over time, local repositories can become messy with untracked files, registered hooks, and temporary files in the .git folder. To clean up the repository (and possibly all your uncommitted work), run the following command..:

bun run clean:git:all