rapidjs / rapidjs.io

The docs for rapid.js

Home Page:http://rapidjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add routes() method

drewjbartlett opened this issue · comments

route () {
        // get the route that would be generated ?
        //
        //
        //
        // come back to this in a later version
    }

// would love to have this work
rapid.withParams({ foo: 'bar' }).findBy('category', 'latest').route(); => /api/category/latest?foo=bar