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

https://github.com/cebarks/pyopnsapi

an auto-generated python wrapper for the OPNSense API
https://github.com/cebarks/pyopnsapi

Last synced: 7 days ago
JSON representation

an auto-generated python wrapper for the OPNSense API

Awesome Lists containing this project

README

          

# pyopnsapi
an auto-generated python wrapper for the OPNsense API.

`extract.rb` can be used to scrape the OPNsense API documentation (located [here](https://docs.opnsense.org/development/api.html)) and automatically generate python code that wraps all documented endpoints.

## Acknowledgements
The basic client structure was taken from https://github.com/mtreinish/pyopnsense. Thank you Matthew Treinish for creating the basis of this project!