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

Deprecate mgmt v1 calls #230

Merged
merged 1 commit into from
Jul 20, 2020
Merged

Conversation

davidpatrick
Copy link
Contributor

Changes

Added warning to v1 calls. These endpoints are no longer available for public saas customers

@davidpatrick davidpatrick requested a review from a team July 17, 2020 03:47
Copy link
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.

many of these methods have an endpoint available on v2 that does sort of the same. While the generic message is OK, I think we should at least point to those methods in the docs of each old method.

e.g.

//Get a client by its ID. 
//This method has been deprecated. Please use v2ClientsGet.
fun v1ClientsGet{
  warn "apiv1 is deprecated"
  //...
}

@lbalmaceda lbalmaceda merged commit b1f712e into auth0:master Jul 20, 2020
@davidpatrick davidpatrick added this to the v4.14.0 milestone Jul 20, 2020
@davidpatrick davidpatrick mentioned this pull request Jul 20, 2020
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.

2 participants