Skip to content

Conversation

@joshcanhelp
Copy link
Contributor

  • Add $page and $per_page parameters to \Auth0\SDK\API\Management\ResourceServers::getAll()
  • Refactor tests
  • Code standards scan

@joshcanhelp joshcanhelp added this to the v5-Next milestone Jul 9, 2018
* @link https://auth0.com/docs/api/management/v2#!/Resource_Servers/post_resource_servers
*/
public function create($client_id, $data)
public function create($identifier, array $data)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Better param name, not breaking

Copy link
Member

Choose a reason for hiding this comment

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

$client_id was never used before ? 😆 Backwards compatibility seems fine.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, param was there but not used anywhere in the method 🤷‍♂️

@joshcanhelp joshcanhelp force-pushed the add-pagination-res-servers branch from 3446755 to fb8a560 Compare July 11, 2018 20:16
Copy link
Member

@cocojoe cocojoe left a comment

Choose a reason for hiding this comment

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

LGTM

* @link https://auth0.com/docs/api/management/v2#!/Resource_Servers/post_resource_servers
*/
public function create($client_id, $data)
public function create($identifier, array $data)
Copy link
Member

Choose a reason for hiding this comment

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

$client_id was never used before ? 😆 Backwards compatibility seems fine.

@joshcanhelp joshcanhelp merged commit 832e9d0 into master Jul 12, 2018
@joshcanhelp joshcanhelp deleted the add-pagination-res-servers branch July 26, 2018 17:04
@github-actions
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants