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

ensure version response contains processable information #77

Closed UiP9AV6Y closed 4 months ago

UiP9AV6Y commented 1 year ago

when the server responds with an error or otherwise unprocessable response, the code would result in a KeyError exception. this change inspects the response and throws an explanatory error if it does not meet the expectations.

rchrabas commented 4 months ago

Integrated with develop branch.