gost / server

GOST - Go implementation of OGC SensorThings API
MIT License
61 stars 19 forks source link

Conformance Crud tests: Patch and Put should be implemented #27

Closed bertt closed 7 years ago

bertt commented 8 years ago

Implement HTTP Put and Patch on entities

bertt commented 8 years ago

Sample PUT: http://localhost:8080/v1.0/Things(1) {"description":"This is a Updated Test Thing From TestNG"}

bertt commented 8 years ago

Sample PATCH: http://localhost:8080/v1.0/Things(1) {"description":"This is a PATCHED Test Thing From TestNG"}

tebben commented 7 years ago

fixed