Some routines to connect OKAPI:Orbits software with python.
- python 3.8+
- requests
- python-dotenv
- Clone connector
git clone https://github.com/OKAPIOrbits/OkapiPythonConnector.git python-connector-git
cd python-connector-git
- Python environment
2.1 Linux/WSL
sudo apt install python3-pytest
sudo apt-get --assume-yes install python3.8 python3.8-dev python3-pip
python3.8 -m pip install python-dotenv
2.2 Windows
Install Python3.8 e.g. from Windows Store. Next, install required packages:
python3.8.exe -m pip install -r requirements.txt
- Running an example
See tryout.py
for example calls. To get started create a .env
file and add your username and password:
OKAPI_TEST_URL=https://api.okapiorbits.com/
OKAPI_TEST_USERNAME=your_username
OKAPI_TEST_PASSWORD=your_password
Make sure that the username and password itentifiers are identical to those used in the python script.
Execute script:
python3.8 -m pytest
Contact us at [email protected]
For more information, go to https://www.okapiorbits.space/documentation
Checkout the API at https://okapiorbits.space/api-redoc/