The mentoring/requests
endpoint lists the requests in my queue.
I would like the returned data to include the download UUID please.
The mentoring/requests
endpoint lists the requests in my queue.
I would like the returned data to include the download UUID please.
Happy to do this. I’m going to refactor this endpoint at the same time though, to make it less flat.
e.g.
...
exercise_icon_url,
exercise_title,
...
to
...
exercise: { icon_url, title }
...
@dem4ron We’ll need to update the site’s JS too. I’ll start a PR tomorrow
@dem4ron You’ll need to update the JS. Mentor Requests API: Improve nesting and add solution uuid by iHiD · Pull Request #6469 · exercism/website · GitHub
This has been merged.
Lovely!
Now I can do this:
and this:
And I can cut’n’paste the exercism download
command to fetch it.
Oh my. Can you share your tool?
Awesome!