Home Reference Source

References

summary
protected

C Maker

public

Convert original deep routes to flat object

public

Create routes by sync callback

public

Check is correct routes passed

since 0.7.0
public

F printRoutes(routes: RestRoutes, realPrint: boolean): string[]

Print routes to console and string

private
public

Controller object for crud() method RestRoutes

since 0.9.0
public

Configure your crud('name', controller, options)
See Maker.crud

since 0.9.0
public

Configure your resources('name', controller, options)
You can't use except and only at the same time
Available handlers: index, read, create, update, patch, destroy

since 0.9.0
public

Controller object for resources() method.

since 0.9.0
protected

Routes object