Another API feature request

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 :slight_smile:

@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

1 Like

This has been merged.

1 Like

Lovely!

Now I can do this:

and this:
image

And I can cut’n’paste the exercism download command to fetch it.

1 Like

Oh my. Can you share your tool?

2 Likes

Awesome! :slight_smile: