Skip to content

Commit 9444378

Browse files
committed
release: v1.0.20230718
1 parent 8ba2ced commit 9444378

File tree

694 files changed

+4241
-10336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

694 files changed

+4241
-10336
lines changed

README.md

Lines changed: 117 additions & 119 deletions
Large diffs are not rendered by default.

USAGE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<!-- Start SDK Example Usage -->
2-
3-
42
```python
53
import sdk
6-
from sdk.models import shared
4+
75

86
s = sdk.SDK(
97
security=shared.Security(
10-
authorization="",
8+
authorization="Bearer YOUR_ACCESS_TOKEN_HERE",
119
),
1210
)
1311

0 commit comments

Comments
 (0)