Skip to content

Commit

Permalink
Merge pull request #199 from lumapps/chore/remove-typo-from-doc-snippet
Browse files Browse the repository at this point in the history
chore(sdk): docs: remove token reference in code snippet
  • Loading branch information
beroussel authored Sep 9, 2024
2 parents 931180a + 170ba8d commit 12cf3f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Python >= 3.8
```python
from lumapps.api import BaseClient

token = "MY TOKEN"
base_client = BaseClient(
api_info={"base_url": "https://your-cell.api.lumapps.com"}, # e.g. "https://go-cell-001.api.lumapps.com"
auth_info={
Expand Down

0 comments on commit 12cf3f2

Please sign in to comment.