ResEnv / chain-api

RESTful sensor API
MIT License
39 stars 16 forks source link

fixed resource update so that resources with foreign keys can be updated #56

Closed kkleidal closed 9 years ago

kkleidal commented 9 years ago

fixes error associated with #47.

NOTE: this shouldn't close issue #47 (it is merely a temporary fix) , because we still need to discuss changing how ForeignKeys are represented in the schema. Currently, they are represented as URL strings which are siblings of other attributes, but this isn't very HAL-like. We might put them in _links instead.