jedahan / collections-api

API scraping from the metmuseum website
http://scrAPI.org
36 stars 18 forks source link

add human readable titles to rel links #17

Closed jedahan closed 11 years ago

jedahan commented 11 years ago

"_links": { "self": { "href": "https://api-sandbox.foxycart.com/users/2/stores", "title": "This Collection" }, "first": { "href": "https://api-sandbox.foxycart.com/users/2/stores?offset=0", "title": "First Page of this Collection" }, "prev": { "href": "https://api-sandbox.foxycart.com/users/2/stores?offset=0", "title": "Previous Page of this Collection" }, "next": { "href": "https://api-sandbox.foxycart.com/users/2/stores?offset=0", "title": "Next Page of this Collection" }, "last": { "href": "https://api-sandbox.foxycart.com/users/2/stores?offset=0", "title": "Last Page of this Collection" }

jedahan commented 11 years ago

wontfix