Skip to content
Snippets Groups Projects

Fix minor typos, add text for other APIs.

Merged Christopher Guindon requested to merge github/fork/borisbaldassari/master into master
3 files
+ 11
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -15,7 +15,7 @@ Retrieve profile information about current user.
[{"uid":"9","name":"cguindon","mail":"chris.guindon@eclipse-foundation.org","eca":{"signed":true},"is_committer":true,"friends":{"friend_id":"6104"},"first_name":"Christopher","last_name":"Guindon","twitter_handle":"chrisguindon","org":"Eclipse Foundation","job_title":"Lead Web Application Developper","website":"http://www.chrisguindon.com/","country":{"code":"CA","name":"Canada"},"bio":"Hello world! When I am not at a computer, which is rare, I spend my time playing the drums, watching hockey or at the top of a hill snowboarding. I am also very passionate about music and live concerts!","interests":["Snowboarding","webdev","php","javascript","Drums"]}]
## Retrieve user [GET /account/profile/{name}]
Retrieve profile information about current user.
Retrieve profile information about a specified user.
+ Parameters
+ name (string, optional) - A valid Eclipse username.
Loading