Open steveoh opened 1 month ago
The mapping application requires CRUD operations to support the mapping functionality.
The parent application supplies a key and token to authorize the request. Consider proxying our solution through apigee to handle WRI auth.
Does the project centroid need to be updated under "PUT project/{id}"?
Yep, for put, post, and delete. I'll update the boxes
The mapping application requires CRUD operations to support the mapping functionality.
The parent application supplies a key and token to authorize the request. Consider proxying our solution through apigee to handle WRI auth.
Tasks
GET project/{id}
GET supporting/filters
GET supporting/editing
GET project/{id}/{featureId}
POST project/{id}/create
PUT project/{id}
DELETE project/{id}