- Notifications
You must be signed in to change notification settings - Fork0
warrant-dev/warrant-python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
UseWarrant in Python projects.
pipinstallwarrant-python
importwarrantwarrant.api_key="api_test_f5dsKVeYnVSLHGje44zAygqgqXiLJBICbFzCiAg1E="warrant.User.create()warrant.Tenant.create(id="dunder_mifflin")
The API endpoint the SDK makes requests to is configurable via thewarrant.api_endpoint attribute:
importwarrant# Set api endpoint to http://localhost:8000warrant.api_endpoint='http://localhost:8000'
We’ve used a random API key in these code examples. Replace it with youractual publishable API keys totest this code through your own Warrant account.
For more information on how to use the Warrant API, please refer to theWarrant API reference.
Note that we may release newminor and patch versions of this library with small but backwards-incompatible fixes to the type declarations. These changes will not affect Warrant itself.
About
Python SDK for Warrant
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.