-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added 2 new endpoints for WAF( Web Application Firewall) #4
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 2 2
Lines 24 38 +14
=====================================
+ Hits 24 38 +14
Continue to review full report at Codecov.
|
Hi Nikita, Sorry for the delay in getting back to you! Thanks for contributing to the project! I think we also need to update the README file. I haven't played with the WAF endpoints yet. Therefore, please give me some time to test your changes. I'll get back to you as soon as I have an update. Thanks, |
Method to get rules by status
* Trying to add pagination-2.0 * Trying to add pagination-2.0 * Code cleanup * Added comment for the return
* Trying to add pagination-2.0 * Trying to add pagination-2.0 * Code cleanup * Added comment for the return * Added comment for the return
Activate WAF Config method with tests.
Added 2 new endpoints from the WAF API.
Added tests and checks.