line-4.0.1: README.md
# line [](https://travis-ci.org/utatti/line)
Haskell SDK for the [LINE](https://line.me) API
## Features
* Internal [auth signature validator](https://developers.line.me/en/docs/messaging-api/reference/#signature-validation)
* Webhook handled with handler function, [WAI](https://hackage.haskell.org/package/wai) application,
or [Scotty](https://hackage.haskell.org/package/scotty) action
* Functions and types for [LINE Messaging API](https://developers.line.me/en/docs/messaging-api/reference/)
## Documentation
Please refer to [the API docs available on Hackage](https://hackage.haskell.org/package/line).
## Examples
Please see the [examples](examples) directory.
## LICENSE
[BSD3](LICENSE)