Skip to content

Commit ddcf120

Browse files
committed
add the right configs
1 parent a5dc186 commit ddcf120

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

fern/generators.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ api:
55
settings:
66
title-as-schema-name: false
77
groups:
8-
python:
8+
python-sdk:
99
generators:
1010
- name: fernapi/fern-python-sdk
1111
version: 4.2.7
@@ -17,7 +17,7 @@ groups:
1717
repository: fern-demo/vapi-python-sdk
1818
config:
1919
client_class_name: Vapi
20-
typescript:
20+
ts-sdk:
2121
generators:
2222
- name: fernapi/fern-typescript-node-sdk
2323
version: 0.40.5
@@ -34,7 +34,7 @@ groups:
3434
includeApiReference: true
3535
noSerdeLayer: true
3636
smart-casing: true
37-
java:
37+
java-sdk:
3838
generators:
3939
- name: fernapi/fern-java-sdk
4040
version: 2.2.0
@@ -45,13 +45,17 @@ groups:
4545
# password: ${MAVEN_PASSWORD}
4646
github:
4747
repository: fern-demo/vapi-java-sdk
48-
go:
48+
config:
49+
client-class-name: Vapi
50+
go-sdk:
4951
generators:
5052
- name: fernapi/fern-go-sdk
5153
version: 0.27.0
5254
github:
5355
repository: fern-demo/vapi-go-sdk
54-
ruby:
56+
config:
57+
unions: v1
58+
ruby-sdk:
5559
generators:
5660
- name: fernapi/fern-ruby-sdk
5761
version: 0.8.2
@@ -63,16 +67,16 @@ groups:
6367
# api-key: ${RUBYGEMS_API_KEY}
6468
config:
6569
clientClassName: Vapi
66-
csharp:
70+
csharp-sdk:
6771
generators:
6872
- name: fernapi/fern-csharp-sdk
6973
version: 1.7.0
7074
github:
7175
repository: fern-demo/vapi-csharp-sdk
7276
output:
7377
location: nuget
74-
package-name: Vapi.Client
78+
package-name: Vapi.Net
7579
# api-key: ${NUGET_TOKEN}
7680
config:
77-
namespace: Vapi.Client
78-
client-class-name: Vapi
81+
namespace: Vapi.Net
82+
client-class-name: VapiClient

0 commit comments

Comments
 (0)