line-2.0.0.0: README.md
# line [](https://travis-ci.org/noraesae/line)
Haskell SDK for the [LINE](https://line.me) API
## Features
* Internal [auth signature validator](https://devdocs.line.me/en/#webhook-authentication)
* 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://devdocs.line.me/en/#messaging-api)
## 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)