File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 5757
5858 - name : Check package
5959 run : |
60- uv pip install twine
61- uv run twine check dist/*
60+ uv tool install twine
61+ uv tool run twine check dist/*
6262
6363 - name : Upload artifacts
6464 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ asyncio.run(main())
4141
4242## Authentication
4343
44+ ### Getting an API Key
45+
46+ 1 . Visit https://api.rencom.ai/login
47+ 2 . Sign in with your email, Github or Google
48+ 3 . Generate an API key from your dashboard
49+
50+ ### Using Your API Key
51+
4452The SDK supports multiple authentication methods:
4553
4654** API Key** (recommended):
@@ -72,7 +80,7 @@ client = AsyncRencomClient(jwt_token="eyJ...")
7280
7381## Documentation
7482
75- Full documentation is available at https://rencom-sdk-python.readthedocs.io
83+ Full documentation coming soon.
7684
7785See the [ examples/] ( ./examples ) directory for more usage examples.
7886
You can’t perform that action at this time.
0 commit comments