@sofiakb/adonis-api-tools
v0.0.6
Published
Package description
Readme
About The Library
Built With
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
Prerequisites
- node.js
- adonis.js
Installation
npm install @sofiakb/adonis-api-toolsUsage
import { Controller } from '@sofiakb/adonis-api-tools'
export default class TestController extends Controller {
/*
* Methods available
** all()
** findById()
** search()
** paginate()
** store()
** update()
** destroy()
**/
}
import { Service } from '@sofiakb/adonis-api-tools'
export default class TestService extends Service {
// Methods available same as above
}Roadmap
See the open issues for a list of proposed features (and known issues).
License
Distributed under the MIT License. See LICENSE for more information.
