Getting started (with Python)
Nextspace provides a Python library to interact with the Nextspace API.
The library is available on PyPi and can be installed using pip. Page link
The requirements for this library aren't fully completed yet, however, you are free to use what is available.
Setup
This library is developed for Python 3.6 and above. Use lower versions at your own risk.
To install, simply use the following command:
Verify the installation by importing the library in your Python script.
You will be using two API instances for your communication with the Nextspace API. The Guardian API and the Bruce API.
The Guardian API is used for authentication and account management, while the Bruce API is your personal API for your account.
Here is how you create an instance of each API: