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

API v2 Implementation #46

Merged
merged 23 commits into from
Jan 8, 2016
Merged

API v2 Implementation #46

merged 23 commits into from
Jan 8, 2016

Conversation

ignaciojonas
Copy link
Contributor

New Classes

  • Emails
    • Implemented: get_provider, configure_provider, delete_provider, update_provider
  • Rules
    • Implemented: rules, rule, create_rule, update_rule, delete_rule
  • Tenants
    • Implemented: get_tenant_settings, update_tenant_settings
  • Tickets
    • Implemented: post_email_verification, update_tenant_settings

Updated Classes

  • Blacklists
    • Added parameters validation.
  • Clients
    • Updated parameters.
    • Added parameters validation.
  • Connections
    • Added parameters validation.
    • Added support to delete connection user.
  • Jobs
    • Implemented Import users.
    • Added support to send verification email.
  • Stats
    • Minor updates
  • Users
    • Added parameters validation
    • Added support to Link and Unlink users.

General Updates

  • Changed HTTParty by HTTPMultiParty to support multipart upload on Job's import users method.
  • Added documentation using Yard.
  • Configured Travis to deploy documentation to Github pages.
  • Added 70 Unit tests.
  • Added 46 Integration tests.

ntotten added a commit that referenced this pull request Jan 8, 2016
@ntotten ntotten merged commit 6fbc272 into auth0:v2 Jan 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants