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

Commit

Permalink
Merge pull request #68 from cadecairos/cleanup-readme
Browse files Browse the repository at this point in the history
Clean up readme, small change in package.json
  • Loading branch information
Christopher De Cairos committed May 28, 2016
2 parents b463282 + 3e9d498 commit b855e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![bassmaster Logo](https://raw.github.com/spumko/bassmaster/master/images/bassmaster.png)

The batch endpoint makes it easy to combine requests into a single one. It also supports pipelining so you are able to take the result of one of the endpoints in the batch request and use it in a subsequent endpoint. The batch endpoint only responds to POST requests.
Bassmaster makes it easy to combine requests into a single one. It also supports pipelining, allowing you to take the result of one query in the batch request and use it in a subsequent one. The batch endpoint only responds to POST requests.

[![Build Status](https://secure.travis-ci.org/hapijs/bassmaster.png)](http://travis-ci.org/hapijs/bassmaster)

Expand All @@ -12,10 +12,6 @@ Lead Maintainer: [Christopher De Cairos](https://github.com/cadecairos)
## Getting Started
Install **bassmaster** by either running `npm install bassmaster` in your sites working directory or add 'bassmaster' to the dependencies section of the 'package.json' file and run `npm install`.

### Required permissions
**bassmaster** requires the following permissions to be granted on the server for the plugin to work correctly:
- route

### Available options
At this time the options object supports the following configuration:
- `batchEndpoint` - the path where batch requests will be served from. Default is '/batch'.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"batch"
],
"engines": {
"node": ">=0.10.32"
"node": ">=4.4.5"
},
"dependencies": {
"async": "1.x.x",
Expand Down

0 comments on commit b855e71

Please sign in to comment.