Skip to content
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

[ BUG ] IdentityProtection Service Class is missing the api_preempt_proxy_post_graphql Operation ID syntax alias #567

Closed
jshcodes opened this issue Feb 24, 2022 · 0 comments · Fixed by #569
Assignees
Labels
bug 🐛 Something isn't working identity protection Identity Protection issues and questions

Comments

@jshcodes
Copy link
Member

Describe the bug
The alias for api_preempt_proxy_post_graphql does not exist in the Identity Protection Service Class as documented. The only way to call this method is using the PEP 8 syntax of graphql.

To Reproduce
Try and call the method and you will receive:

>>> idp.api_preempt_proxy_post_graphql()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'IdentityProtection' object has no attribute 'api_preempt_proxy_post_graphql'

Expected behavior
The method alias operates exactly as the graphql PEP 8 formatted method.

Environment (please complete the following information):

  • OS: All supported
  • Python: All supported
  • FalconPy: <= 1.0.4

Additional context
Thanks to @tsullivan06 for identifying and report this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working identity protection Identity Protection issues and questions
Projects
None yet
1 participant