appdotnet / api-spec

App.net API Documentation is on the web at https://developers.app.net. Source for these docs is in the new-docs branch here. Please use the issue tracker and submit pull requests! Help us build the real-time social service where users and developers come first, not advertisers.
https://developers.app.net
950 stars 98 forks source link

Microformats - Rel #117

Open sull opened 12 years ago

sull commented 12 years ago

Regarding captured links mainly, any interest in supporting microformats represented in the JSON API?

http://microformats.org/wiki/Main_Page http://microformats.org/wiki/rel http://microformats.org/wiki/json

For example, I am interested in the API including support for User Object links that specifiy for example a Profile URL (rel=me) or a Payment URl (rel=payment).

example:

"links": [{ "text": "tip me", "url": "https://my-payment-page.com/1234", "rel": "payment", "pos": 29, "len": 12 }]