CRREL / GRiD-API

9 stars 3 forks source link

Replace /add, /edit, /delete endpoints with POST, UPDATE/PATCH, and DELETE methods #14

Closed chambbj closed 7 years ago

chambbj commented 7 years ago

Rather than having multiple endpoints for aoi and export operations such as add, edit, and delete, use HTTP methods of POST, UPDATE (or PATCH), and DELETE to describe the operations.

AlexMountain commented 7 years ago

v3 has been updated with the appropriate GET/POST/PATCH/DELETE http methods for all AOI and export calls.