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
- Host: GitHub
- URL: https://github.com/cebarks/pyopnsapi
- Owner: cebarks
- License: gpl-3.0
- Created: 2025-10-06T08:56:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-08T03:01:40.000Z (10 months ago)
- Last Synced: 2026-05-30T12:26:36.385Z (2 months ago)
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!