Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 685 Bytes

File metadata and controls

15 lines (11 loc) · 685 Bytes

Foxentry OpenAPI specification

This repository contains the OpenAPI specification for the Foxentry API. The specification can be seen on the Foxentry.dev developer hub.

Contributing

The specification is split into multiple files, the main file is openapi.yaml. Most viewers and editors can handle this without any problems, but you can always bundle the files together.

To generate the bundled file, you can use redocly-cli utility, running the following command:

redocly bundle openapi.yaml -o openapi-bundled.yaml

You can also find the bundled file in the releases section of this repository.