You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
Unit tests should be included, go ahead and use one of the other endpoints as a template for that.
Integration tests are appreciated but not required. If you do tackle integration tests, you'll need to uncomment this line so VCR can make an HTTP recording. Once everything is working and passing, comment it out again and run the tests once more to make sure no HTTP connections are made.
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 bundle exec rake integration they all fail, across the board.
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: