apport
v1.4.5
Published
Request helper
Downloads
67
Readme
Apport
Apport provides helpers for accessing and using HTTP APIs.
Usage
Given this folder structure:
apps
users
api
groups
api
roles
apiThen when using apport like this:
var apport = require('apport');
var api = apport.api(process.cwd() + '/apps');The api object will contain the structure of the /api folders.
