0 purchases
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()
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.