Commit Graph

4 Commits

Author SHA1 Message Date
485e6d342b Integrate Query Parser
Integrate the query parser to allow filters to be provided to collection
end points.

Refactor the shared state to better encapsulate the model.
2019-09-12 14:16:30 +02:00
8bf9edee25 Load data from file, getters only
At this time, the data is loaded from a set of files and the following
end points are available:
 - /health
 - /spaces (POST)
 - /spaces/{id} (GET)
 - /cores (POST)
 - /cores/{id} (GET)
 - /cores/{id}/spatial_objects (POST)
 - /cores/{id}/spatial_objects/{oid} (GET)

The implement ation is currently minimal and does not allow for filters
or parameters on any of the handlers.
2019-09-03 17:20:19 +02:00
13eff2e626 Renamed DataSets to Cores, per meeting decision 2019-09-03 17:20:18 +02:00
75e6dfc71a Adding Swagger definition of the REST API 2019-09-03 17:20:18 +02:00