-
Notifications
You must be signed in to change notification settings - Fork 0
Profilesapi
almost edited this page Feb 8, 2012
·
7 revisions
http://skiffprofile.herokuapp.com/
The domain name might change soon. I'm hoping we can use who.theskiff.org
- Get a profile given an email address: http://skiffprofile.herokuapp.com/profile/**email**.json
- Get a profile given a has (see above): http://skiffprofile.herokuapp.com/profile/**hash**.json
For example:
- http://skiffprofile.herokuapp.com/profile/tom@almostobsolete.net.json
- http://skiffprofile.herokuapp.com//profile/f54f1980fe7515d4924dff9287b7b83b.json
There is a link for a profile picture in the JSON profile. But if you just want something to incude in an IMG tag right away you can use this shortcut.
- Get a profile given an email address: http://skiffprofile.herokuapp.com/profile/**email**.jpg
- Get a profile given a has (see above): http://skiffprofile.herokuapp.com/profile/**hash**.jpg
For example:
- http://skiffprofile.herokuapp.com/profile/tom@almostobsolete.net.jpg
- http://skiffprofile.herokuapp.com//profile/f54f1980fe7515d4924dff9287b7b83b.jpg
<img src="http://skiffprofile.herokuapp.com//profile/f54f1980fe7515d4924dff9287b7b83b.jpg">