mozilla / api.webmaker.org

Services for Webmaker
https://api.webmaker.org
16 stars 14 forks source link

Add original author's username to remix data #87

Open gvn opened 9 years ago

gvn commented 9 years ago

When I do a POST to /users/USER/projects/PROJECT/remixes I need the original author's username to come back in the JSON so I can do attribution.

Blocks: https://github.com/mozilla/webmaker-android/issues/1569

gvn commented 9 years ago

Ok, for now I'm going to do another call out to users/X/projects/X to get the username.

Adding to the remix response is a nice-to-have.