We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3cb49 commit 58b844fCopy full SHA for 58b844f
Taskfile.yml
@@ -5,7 +5,7 @@ tasks:
5
oas-download:
6
desc: Download OpenAPI specification
7
cmds:
8
- - curl -o openapi.yaml https://raw.githubusercontent.com/inference-gateway/inference-gateway/refs/heads/main/openapi.yaml
+ - curl -o openapi.yaml https://raw.githubusercontent.com/inference-gateway/schemas/refs/heads/main/openapi.yaml
9
10
lint:
11
desc: Lint the SDK
0 commit comments