Leostream API Clients


The last several months I have been busy exploring the Leostream REST API. I have been working on a couple of projects that use this API to automate the creation of desktops and applications.

I have been creating Leostream API clients to do this. These are sets of Python and Golang scripts that can be used and extended to interact with the Leostream REST API.

The Python version is available from here https://github.com/Joustie/leostream-client-python

I’ve also posted the library to PyPi so it can be installed with pip.

pip install leostream

The Golang version is available from here https://github.com/Joustie/leostream-client-go