Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add actions to Auth0 class#293

Merged
lbalmaceda merged 2 commits into
auth0:masterfrom
jrzerr:jrzerr-add-actions-to-auth0-class
Oct 6, 2021
Merged

Add actions to Auth0 class#293
lbalmaceda merged 2 commits into
auth0:masterfrom
jrzerr:jrzerr-add-actions-to-auth0-class

Conversation

@jrzerr
Copy link
Copy Markdown
Contributor

@jrzerr jrzerr commented Oct 1, 2021

Changes

Solving #292

Added actions class property to management Auth0 class

References

Please include relevant links supporting this change such as a:

  • support ticket

#292

Testing

from auth0.v3.management import Auth0
tenant_domain = ""
mgmt_api_token = ""
auth0 = Auth0(tenant_domain, mgmt_api_token)
action = auth0.actions.get_actions()

Checklist

@jrzerr jrzerr requested a review from a team as a code owner October 1, 2021 23:20
Copy link
Copy Markdown
Contributor

@lbalmaceda lbalmaceda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this must be added to this test as well, for completion. https://github.com/auth0/auth0-python/blob/master/auth0/v3/test/management/test_auth0.py

Added management test for Actions
@lbalmaceda lbalmaceda added this to the v3-Next milestone Oct 6, 2021
@lbalmaceda lbalmaceda merged commit c6c862c into auth0:master Oct 6, 2021
@lbalmaceda
Copy link
Copy Markdown
Contributor

Thanks!

@lbalmaceda lbalmaceda linked an issue Oct 18, 2021 that may be closed by this pull request
@lbalmaceda lbalmaceda modified the milestones: v3-Next, 3.19.0 Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New actions not exposed on Auth0 class

2 participants