This repository was archived by the owner on Sep 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgenerators.yml
More file actions
69 lines (69 loc) · 1.74 KB
/
generators.yml
File metadata and controls
69 lines (69 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
auth-schemes:
api-key:
header: api-key
env: FLUIDSTACK_API_KEY
type: string
api:
auth: api-key
headers: {}
specs:
- openapi: ./openapi/fluidstack-openapi.json
overrides: ./openapi/openapi-overrides.yml
default-group: local
groups:
python-sdk:
generators:
- name: fernapi/fern-python-sdk
version: 2.16.0
output:
location: pypi
package-name: fluidstack
token: ${PYPI_TOKEN}
github:
repository: fluidstackio/fluidstack-python-sdk
config:
client_class_name: FluidStack
smart-casing: true
python-local:
generators:
- name: fernapi/fern-python-sdk
version: 2.16.0
output:
location: local-file-system
path: ../generated
config:
client_class_name: FluidStack
smart-casing: true
ts-local:
generators:
- name: fernapi/fern-typescript-node-sdk
version: 0.23.0
output:
location: local-file-system
path: ../generated
smart-casing: true
ts-sdk:
generators:
- name: fernapi/fern-typescript-node-sdk
version: 0.23.0
output:
location: npm
package-name: fluidstack
token: ${NPM_TOKEN}
github:
repository: fluidstackio/fluidstack-typescript-sdk
config:
includeApiReference: true
smart-casing: true
go-sdk:
generators:
- name: fernapi/fern-go-sdk
version: 0.36.5
github:
repository: fluidstackio/fluidstack-go-sdk
config:
alwaysSendRequiredProperties: true
inlinePathParameters: true
inlineFileProperties: true
union: v1
packageName: fluidstack