kaisero / fireREST

Python library for interacting with Cisco Firepower Management Center REST API
GNU General Public License v3.0
70 stars 49 forks source link

v1.0.1 #39

Closed kaisero closed 3 years ago

kaisero commented 3 years ago

1.0.1

Bugfixes

Fixed an issue where simplejson installation cause FireREST to be unusable due to requests library using simplejson instead of built-in json library causing simplejson exception to be thrown instead of json.DecodeError exception. (#37)