We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In some places, a verification is done to know if the user is providing valid arguments. I think the lists have some arguments names missing:
While creating a Check, I got a warning about the "tags" argument but it works. https://github.com/KennethWilke/PingdomLib/blob/master/pingdomlib/check.py#L66
While updating a Check, I got a warning about the "name" argument but it works. https://github.com/KennethWilke/PingdomLib/blob/master/pingdomlib/check.py#L356
I don't know if these missing arguments are the only one, that's why I can't yet provide a PR. If you think I can make one with only these 2, I will.
Regards,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In some places, a verification is done to know if the user is providing valid arguments. I think the lists have some arguments names missing:
While creating a Check, I got a warning about the "tags" argument but it works.
https://github.com/KennethWilke/PingdomLib/blob/master/pingdomlib/check.py#L66
While updating a Check, I got a warning about the "name" argument but it works.
https://github.com/KennethWilke/PingdomLib/blob/master/pingdomlib/check.py#L356
I don't know if these missing arguments are the only one, that's why I can't yet provide a PR. If you think I can make one with only these 2, I will.
Regards,
The text was updated successfully, but these errors were encountered: