Closed jasonfagerberg-toast closed 3 years ago
Thanks for raisin @jasonfagerberg-toast - I don't think there's any reason we can't support this API. No special permissions should be required to create a PR, can you describe the issue you are seeing? Or if you are working on a fork and want to share a link to a commit there, might make it easier to grab the diff. That said, would like to figure out and fix why you can't make a PR here, since you already have a solution. Thanks!
@jimmyjames Not working off a fork or anything like that, when I try to push my branch to remote I get this error
auth0-java % git push origin get-job-error-deatils-client
ERROR: Permission to auth0/auth0-java.git denied to jasonfagerberg-toast.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
so maybe something is funny with using my work SSH keys, I can dig into that
Created a fork and a PR here https://github.com/auth0/auth0-java/pull/383
Describe the problem you'd like to have solved
Method to get error details for a failed job (i.e. call
/api/v2/jobs/{id}/errors
)Describe the ideal solution
Something like
Alternatives and current work-arounds
Current woraround: call the endpoint myself using a different HTTP client + POJOs
Additional information, if any
I already coded this solution but it looks like I do not have access to open PRs against this repo. Will attach my changed / new files for reference
auth0-get-job-error-deatils-feature-request'.zip