An open API service indexing awesome lists of open source software.

https://github.com/ak9999/ninjarmmpy

A library for the NinjaRMM v2 API.
https://github.com/ak9999/ninjarmmpy

api-client api-wrapper ninjarmm ninjarmm-api python rmm wrapper-api

Last synced: 5 months ago
JSON representation

A library for the NinjaRMM v2 API.

Awesome Lists containing this project

README

          

# NinjaRMMPy

## What is this repository for?

Unoffical [NinjaRMM API v2](https://app.ninjarmm.com/apidocs/) client for Python.

Inspired by [py-ninjarmm-api-client](https://pypi.org/project/py-ninjarmm-api-client/)

This library is currently not yet finished.

### Note

`ninjarmmpy` versions `0.2` and higher use the function names as named in the
NinjaRMM documentation. This is a breaking change from past versions.

If you are not yet able to update your function calls to use the new function names,
then you should continue to use version `0.1.1a`.

## Requirements

* Python 3
* [Requests](https://pypi.org/project/requests/)

## Installation

Installing directly from [PyPI](https://pypi.org/project/ninjarmmpy/):

`pip install ninjarmmpy`

You can install straight from the master branch by running:

`pip install git+https://github.com/ak9999/ninjarmmpy.git`