Closed rclark closed 9 years ago
When putting a new feature, we should return the entire feature, not just the id. When updating a feature, return the end resulting feature, etc etc etc.
Currently we just return ids.
https://github.com/mapbox/cardboard/pull/119 hits this, but it could still use some dedicated tests.
When putting a new feature, we should return the entire feature, not just the id. When updating a feature, return the end resulting feature, etc etc etc.
Currently we just return ids.