Code4HR / local-art-api

Public Art Installations in Norfolk, VA
https://localartapi-code4hr.rhcloud.com/
GNU Affero General Public License v3.0
4 stars 4 forks source link

Data must match Exhibit model. #8

Closed ghost closed 10 years ago

ghost commented 10 years ago

The REST API must return the following attribute set:

I used the latest Exhibit model for this attribute set.

EDIT: For the /exhibits/1 route, the actual JSON should return in the following format.

{
    "exhibit": {
        ...
    }
}
qwo commented 10 years ago

resolved in #2 and #11 :)

ghost commented 10 years ago

Thanks, man. :smiley: Still got an issue related to #2, but this does solve the model issue.