Skip to content

reeleezee/reeleezee-api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reeleezee-api-python

This repository contains sample code for the Reeleezee API. These samples are explained at the Reeleezee API Documentation site.

Note: the samples are designed for educational purposes and not per se for commercial implementation.

Dependencies

The samples use the Python Requests package and in order to use it you need to install it using:

pip install requests

or your operating system package manager.

Getting Started

To run the sample programs you need to:

USERNAME = 'username'
PASSWORD = 'password'
URI = 'https://portal.reeleezee.nl/api/v1'

After that you're all set to run the samples.

About

Sample client code for the Reeleezee API in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published