Commit Graph

4 Commits

Author SHA1 Message Date
Eric Watson
fdc85cc5c2 Ignore '_metadata', convert 'map' to Object
Legacy Parse platform databases have additional fields that
database-to-api-response conversion. This commit accounts for

- the '_metadata' field, which doesn't appear in the api-response version
  of Schema, and whose value (an object), crashes the conversion function
  (which expects only string values)
- the 'map' type, which appears in legacy database representations to
  describe Objects
2016-02-04 21:01:41 -06:00
Drew Gross
33a881764d Tabs -> spaces 2016-02-03 12:10:50 -08:00
Drew Gross
3d989501b2 Get all schemas, with tests, and matches parse.com schemas API 2016-02-03 12:06:45 -08:00
Drew Gross
0547592952 Implement GET /parse/schemas 2016-02-03 12:05:48 -08:00