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.
- Host: GitHub
- URL: https://github.com/ak9999/ninjarmmpy
- Owner: ak9999
- License: mit
- Created: 2020-06-15T01:30:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T02:54:55.000Z (almost 2 years ago)
- Last Synced: 2025-09-24T21:54:57.107Z (9 months ago)
- Topics: api-client, api-wrapper, ninjarmm, ninjarmm-api, python, rmm, wrapper-api
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 7
- Watchers: 2
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`