packages feed

line-bot-sdk-0.5.0.0: README.md

# line-bot-sdk [![Build Status](https://travis-ci.org/moleike/line-bot-sdk.svg?branch=master)](https://travis-ci.org/moleike/line-bot-sdk)

Servant library for building LINE chatbots. 

Features:

* Servant combinator `LineReqBody` for validation of request signatures using the channel secret. This is required to distinguish legitimate requests sent by LINE from malicious requests

* Bindings for (most) of the Messaging APIs

## Usage

See the 
[examples/](https://github.com/moleike/line-bot-sdk/tree/master/examples) directory.

## Documentation

For details see the reference [documentation on Hackage][hackage].

[hackage]: http://hackage.haskell.org/package/line-bot-sdk "Hackage"

## Contribute

Please report bugs via the
[github issue tracker](https://github.com/moleike/line-bot-sdk/issues).