Releases: pfrest/pfSense-pkg-RESTAPI
Releases · pfrest/pfSense-pkg-RESTAPI
pfSense API (Beta) v0.0.3
New:
- Adds support for JWT bearer authentication to provide a more traditional REST API
- Introduces new framework to assist development and extensions
Changes:
- Converted function based structure to object oriented structure
- Removed Base64 as authentication mode
- Removes search field from GET API calls
pfSense API (Beta) v0.0.2
- Optimized /services/unbound/ API calls
- Added ability to run /services/unbound/ API calls without immediately applying the configuration changes after each call. Users will see a big performance improvement when adding/modifying/deleting Unbound host overrides in bulk
- Added API endpoint for /services/unbound/apply/ to apply pending Unbound configuration changes
- Updated documentation
pfSense API (Beta) v0.0.1
Merge pull request #1 from jaredhendrickson13/development v0.0.1 (Beta)