python-antsy 0.0.17

Creator: bradpython12

Last updated:

0 purchases

python-antsy 0.0.17 Image
python-antsy 0.0.17 Images
Add to Cart

Description:

pythonantsy 0.0.17

python-antsy
Python package for integration of Antsy in other applications
Installation
Install from PyPi using pip, a
package manager for Python.
pip install python-antsy

Test your installation
Try to find the attributes of your authentication token. Save the following code sample to your computer with a text editor. Be sure to replace refresh_token.
from antsy import Antsy

# Your Auth Token
client = Antsy(refresh_token="JWT_TOKEN")

client.auth.whoami()

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.