Skip to content

Commit f23cc01

Browse files
committed
add python sdk generator
1 parent 9aefa93 commit f23cc01

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "intercom",
3-
"version": "0.57.17"
3+
"version": "0.64.15"
44
}

fern/generators.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,13 @@ groups:
5757
client-class-name: Intercom
5858
inline-path-parameters: true
5959
enable-forward-compatible-enums: true
60+
61+
python-sdk:
62+
generators:
63+
- name: fernapi/fern-python-sdk
64+
version: 4.22.0
65+
github:
66+
mode: pull-request
67+
repository: fern-demo/intercom-python
68+
config:
69+
client_class_name: Intercom

0 commit comments

Comments
 (0)