0.0.6 • Published 4 years ago

@sofiakb/adonis-api-tools v0.0.6

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

Contributors Forks Stargazers Issues MIT License

comment: <> (LinkedIn)

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.

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago