gamache / hyperresource

A self-inflating Ruby client for hypermedia APIs. Not under active development.
http://hyperresource.com/doc
MIT License
304 stars 29 forks source link

Add support for CURIE link rels #15

Closed gamache closed 10 years ago

gamache commented 10 years ago

This branch adds support for CURIE link rels, in accordance with the HAL+JSON spec. If a link rel is named "example_api:users", link methods/keys "example_api:users" and "users" will both be created.