Class: Api
| Defined in: | src/api.coffee |
Instance Method Summary
- - (void) constructor(options = {}) Constructor
- - (void) resource(model, options)
- - (void) resources(models, options = {})
- - (void) mount(app, mountPoint = "/")
- - (void) mountDocumentation(app, mountPoint = "/")
- - (void) getImplementation()
- - (void) setImplementation(impl)
- - (void) getResources()
- - (void) getTitle()
- - (void) getDescription()
- - (void) getVersion()
Constructor Details
- (void) constructor(options = {})
Instance Method Details
- (void) resource(model, options)
- (void) resources(models, options = {})
- (void) mount(app, mountPoint = "/")
- (void) mountDocumentation(app, mountPoint = "/")
- (void) getImplementation()
- (void) setImplementation(impl)
- (void) getResources()
- (void) getTitle()
- (void) getDescription()
- (void) getVersion()