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

Add pagination and tests to Resource Servers #275

Merged
merged 1 commit into from
Jul 12, 2018

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
*/
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

*/
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.

2 participants