Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbashford committed Jul 10, 2015
1 parent 69f16e3 commit 3d25fc1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,33 @@ new RouteBuilder()

# API

* [RouteBuilder](#routebuilder)
* [new RouteBuilder()](#constructor)
* [RouteBuilder.addDefault()](#routebuilderadddefault)
* [RouteBuilder.clearDefaults()](#routebuildercleardefaults)
* [replace()](#replace)
* [method()](#method)
* [post()](#post)
* [get()](#get)
* [put()](#put)
* [delete()](#delete)
* [patch()](#patch)
* [options()](#options)
* [path()](#path)
* [vhost()](#vhost)
* [handler()](#handler)
* [validatePayload()](#validatepayload)
* [validatePayloadKey()](#validatepayloadkey)
* [pre()](#pre)
* [preSerial()](#preserial)
* [preParallel()](#preparallel)
* [build()](#build)
* [RBDefault](#rbdefault)
* [new RBDefault()](#constructor-1)
* [applyAtBuild()](#applyatbuild)
* [only()](#only)
* [not()](#not)

## RouteBuilder

For details about the config being set up by the RouteBuilder, check the hapi route documentation for [route configuration](http://hapijs.com/api#route-configuration) and [additional route options](http://hapijs.com/api#route-options).
Expand Down

0 comments on commit 3d25fc1

Please sign in to comment.