OPENi-ict / api-framework

0 stars 2 forks source link

Several wiki changes + conventions + code refactor #13

Closed romdim closed 10 years ago

romdim commented 10 years ago

JSON responses are consisted of a data field which is always an array of object and a meta field which includes count, paging.next and paging.previous.

Data has objects which always include the following fields: id object_type service url (Set of Properties) from (Set of Properties) time secondary connections where they are applied rest fields

Implement new Set of Properties: size: depth, height, width

Refactor all code so far to match these conventions!

romdim commented 10 years ago

Implement prepend parameter for formatting of set of properties inside profiles and vice versa, kinda like inception!