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
We took a look to the API V2 and found some endpoints that are not implemented.
Our plan is to implement those endpoints and review the already implemented ones.
Endpoints to be implemented
Device Credentials (3 endpoints)
Rules (5 endpoints)
Email (4 endpoints)
Tickets (2 endpoints)
Methods to be implemented
Jobs
create_job
This method needs to be implemented using multipart upload, HTTParty doesn't support it. We think that we can switch to use HTTMultiParty which supports multipart upload.
We also found that the API code is not documented and the code style can be improved. We would suggest to:
Regarding the integration tests, we would like to add more tests for all the endpoints in the API.
Currently just the clients, connections and users are tested. We are planning to create integration tests for all endpoints, against the real Auth-0 API in order to have a better integration scenario.
We'll start working on fixing the code style in order to clean the code base first.
We would love to hear your feedback on any of these topics.
The text was updated successfully, but these errors were encountered:
Hi, our team just finished integrating Auth0 in a Rails application, but we're still missing some features in the ruby bridge, like ticket and job creation. There has been quite some movement in the v2 branch recently, so we're wondering if you're planning a release soon?
We took a look to the API V2 and found some endpoints that are not implemented.
Our plan is to implement those endpoints and review the already implemented ones.
Endpoints to be implemented
Methods to be implemented
create_job
This method needs to be implemented using multipart upload, HTTParty doesn't support it. We think that we can switch to use HTTMultiParty which supports multipart upload.
We also found that the API code is not documented and the code style can be improved. We would suggest to:
Regarding the integration tests, we would like to add more tests for all the endpoints in the API.
Currently just the clients, connections and users are tested. We are planning to create integration tests for all endpoints, against the real Auth-0 API in order to have a better integration scenario.
We'll start working on fixing the code style in order to clean the code base first.
We would love to hear your feedback on any of these topics.
The text was updated successfully, but these errors were encountered: