Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Added rules config methods #227

Merged
merged 2 commits into from
Jul 6, 2018
Merged

Conversation

dctoon
Copy link
Contributor

@dctoon dctoon commented Jan 3, 2018

Added support for the Rules Configs endpoints.

var auth0 = new ManagementClient({...});

auth0.rulesConfigs.set({ key: 'dbconnectionstring' }, { value: 'secret' }).then(...)

auth0.rulesConfigs.delete({ key: 'dbconnectionstring' }).then(...)

auth0.rulesConfigs.getAll().then(...)

@Floppy
Copy link
Contributor

Floppy commented May 31, 2018

This is great, I'd love it if this could be merged in :)

@luisrudge
Copy link
Contributor

Can you fix the conflicts so I can merge? Thanks!

@stevezau
Copy link
Contributor

stevezau commented Jul 6, 2018

I fixed the conflicts.. @luisrudge can we merge, need it for the deploy-cli work i'm doing.

# Conflicts:
#	src/management/index.js
#	test/management/management-client.tests.js
@luisrudge luisrudge merged commit 533f882 into auth0:master Jul 6, 2018
@luisrudge luisrudge added this to the v2.11.0 milestone Jul 25, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants