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.
11 lines
66 B
Plaintext
11 lines
66 B
Plaintext
/target
|
|
**/*.rs.bk
|
|
.DS_Store
|
|
.*
|
|
*~
|
|
1*k.*
|
|
test*
|
|
test*
|
|
|
|
!.gitignore
|