criblio / python-api-wrapper

A Cribl API wrapper written for Python. Import it into your application to do Cribl things!
https://cribl-community.slack.com/archives/C069YG0AYHK
MIT License
9 stars 2 forks source link

Update Input Operations module to support verify flag in methods #5

Closed alacercogitatus closed 7 months ago

alacercogitatus commented 8 months ago
  1. This adds "verify" as a named parameter to all methods, to support passing to the the post/get/delete operations.
  2. Defaults to "True" for all methods.
rfcriblio commented 8 months ago

Hi Kyle, my apologies, I actually addressed this in a local version that hadn't been pushed. I have pushed the changes. Please let me know if you run into further issues.