Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Python examples for Qvickly AuthAPI

Function Description
login Basic login to get an authenticated token

.env

EID and SECRET is designed to be put in a .env file located in the parent directory.

Here is an example .env file.

USERNAME=username
PASSWORD=password

Add your own credentials to make it work.