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

Remove redundant get/create operations #32

Closed kaisero closed 3 years ago

kaisero commented 4 years ago

The current FireREST implementation exposes different functions for some create and get operations that should be merged into a single function which takes a param to indicate if the user wants to receive a specific result or all resources

kaisero commented 3 years ago

Obsolete due to 1.0.0 overhaul