Skip to content

Commit

Permalink
dont remember
Browse files Browse the repository at this point in the history
  • Loading branch information
arcmode committed Jan 20, 2014
1 parent 2a5cc08 commit 4efee09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
bin/public
bin/data
bin/api
bin/routes
Expand Down
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The flag `-o [Model]` will add a owner (`ref: 'Model'`). The default ref is 'Use

**Notice**:

`$ apiarista` also uses the `-o` flag to add ownership verification middleware to PUT and DELETE operations.
`$ apiarista` also uses the `-o` flag to add ownership verification middleware to PUT and DELETE operations.-=-=-=-.

###Dependencies

Expand All @@ -98,7 +98,9 @@ The flag `-o [Model]` will add a owner (`ref: 'Model'`). The default ref is 'Use

###Start consuming the API

$ curl -X POST "http://127.0.0.1:3000/consumers"
$ curl -X POST "http://127.0.0.1:3000/resources/consumers"

#######todo: log generator commands to allow reproduction

------------

Expand Down

0 comments on commit 4efee09

Please sign in to comment.