0.0.6 • Published 4 years ago
@sofiakb/adonis-api-tools v0.0.6
comment: <> ()
About The Library
comment: <> (The library allows to detect os system in PHP project.)
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-tools
Usage
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.