Skip to content

Example Python project to interact with the Planon supported REST API

Notifications You must be signed in to change notification settings

planon-community/planon-rest-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

Setup

  1. Setup Python virtual environment

    python3 -m venv venv
  2. Source venv

    source venv/bin/activate
  3. Install requirements

    pip install -r requirements
  4. Create a copy of .env-template as .env, fill in required environment variable values

  5. Source .env and run python script

    source .env
    python ./main.py

About

Example Python project to interact with the Planon supported REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages