CiscoDevNet / FMCAnsible

GNU General Public License v3.0
20 stars 24 forks source link

#14 Added query param filtering #19

Closed Qwiko closed 11 months ago

Qwiko commented 1 year ago

Proposed fix for issue: https://github.com/CiscoDevNet/FMCAnsible/issues/14

Qwiko commented 1 year ago

This does have a fault with it. Some swagger endpoints does not contain every query_param that is allowed. For example: /accessrules does not have "name" configured and this proposed fix therefore removes it even though it is a valid query_param.