feathers-snake-case-hook
v0.1.0
Published
A service hook to convert params.query into snake_case
Downloads
5
Readme
feathers-snake-case-hook
Installation
npm install feathers-snake-case-hook --save
Usage
import { toSnakeCase } from 'feathers-snake-case-hook'
app.service('/todos').before({
all: [ toSnakeCase() ]
})
License
Copyright © 2016
Licensed under the MIT license.