mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
19 lines
418 B
YAML
19 lines
418 B
YAML
|
# See https://redocly.com/docs/cli/configuration/
|
||
|
|
||
|
apis:
|
||
|
# Update the apiName with your actual API name, and the version with your actual API version.
|
||
|
SpaceTraders@2.1.0:
|
||
|
# Update the path to your OpenAPI root file
|
||
|
root: ./reference/SpaceTraders.json
|
||
|
|
||
|
lint:
|
||
|
extends:
|
||
|
- recommended
|
||
|
|
||
|
features.openapi:
|
||
|
generateCodeSamples:
|
||
|
languages:
|
||
|
- lang: curl
|
||
|
- lang: Node.js
|
||
|
- lang: Python
|