-
This is a very simple python example of getting an API key for an Authentise API session.
-
To test the program, you can run
python3 AuthSessionExample.py USER_AT_AUTHENTISE.COM PASSWORD_FOR_USER
-
To test making an order:
python3 MakeOrderExample.py user@email.com 'User Password!' 10x40mmtower.stl
-
To test updating an order:
python3 UpdateOrderExample.py user@email.com 'User Password!' "https://data.authentise.com/order/121212"
-
To test uploading a model and retrieving info about that model:
python3 UploadAndFetchModel.py user@email.com 'User Password!' 10x40mmtower.stl 'environment'
-
(Tomer Heber) To extract stream events in an asynchronous way:
python AsyncStreamReaderLoggingExample.py --username <username> --password <password>
(pip3 install -r requirements.txt)
-
Notifications
You must be signed in to change notification settings - Fork 2
Authentise/Example-Authentise-Session
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Example of creating a session, and API Key
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published