Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Respond to DELETE requests #58

Merged
merged 3 commits into from
Jul 15, 2016
Merged

Conversation

cmc333333
Copy link
Member

Deleting documents had been a pain; it was often easiest just to blow away the database and repopulate it. As we'll want to be able to remove placeholder documents, let's allow the endpoints to respond to DELETEs (requiring the same authentication).

Part of 18F/eregs-platform#36

CM Lubinski added 3 commits July 14, 2016 19:23
We'd like to be able to call delete methods of documents, layers, etc. without
replacing them. As a first step, divide those two operations out
As the "delete" half of the "put" functions has been split off, rename the
remaining portion "insert"
@tadhg-ohiggins
Copy link
Contributor

Nice work!

@tadhg-ohiggins tadhg-ohiggins merged commit dd846a8 into eregs:master Jul 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants