dm
/
vain
forked from sm/vain
1
0
Fork 0

added DELETE api to docs.

Change-Id: I9f2feae126e0ce406c310b52a2b501fcb764e56a
This commit is contained in:
Stephen McQuay 2016-03-02 00:06:12 -08:00
parent 20da49f37f
commit 73438f2420
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ that looks like:
The json object sent to server can have two fields: "repo" and "vcs". "repo" is
required; leaving off the "vcs" member defaults to "git".
In order to delete a package:
DELETE /<package name>
*/
package main