-
Notifications
You must be signed in to change notification settings - Fork 137
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
No method to get all resource servers #154
Comments
Thank you @philomory! We'd be glad to accept a PR for this. A few things to keep in mind when you put this together:
|
So, I've written unit tests based on the existing tests for other endpoints, and I've written what I believe will be appropriate integration tests, but as far as I can tell it's impossible for me to successfully run the integration tests without some configuration data that isn't available to me (specifically I think it's the info needed to access the auth0-sdk-tests account). Is there any documentation on running the integration tests? When I run |
@philomory - I really need to have some contribution docs in here ... again, apologies for the gap there. All you need is a
... for a test Application that is authorized for the Management API. All the other tests will use HTTP recordings but your tests will run live. That said, feel free to just put through the PR and let CI run the tests for you with our stored credentials! Thanks again! |
Description
There's no method in the gem to get a list of all resource servers (e.g. to call
GET /api/v2/resource-servers
); corresponding methods exist for other endpoints such as Clients.I have a PR ready to implement this change, but the contributing guidelines instruct to open an issue first, so, that's what I'm doing.
Prerequisites
Environment
Please provide the following:
Reproduction
The text was updated successfully, but these errors were encountered: