0.2.0 • Published 7 years ago

loopback-controller-mixin v0.2.0

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

Controller Mixin for Loopback

A mixin to separate remote method from Model file and hides pre-defined remote methods

Features

  1. Define remote method in a separated controller file, so remote method handlers and settings won't pollute your model
  2. Hide all pre-defined remote methods by default. Shows only certain methods by whitelisting
  3. Hide remote methods by blacklisting (example User.login, User.logout)

TODOs

  • Usage documentation
  • API documentation
  • Write test

Contributors

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

1.0.0

7 years ago