line-bot-sdk

Haskell SDK for LINE Messaging API

https://github.com/moleike/line-bot-sdk#readme

Latest on Hackage:0.7.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Alexandre Moreno
Maintained by Alexandre Moreno

A Servant library for building LINE chatbots. This package is composed of the following modules:

  • A client library for the LINE Messaging API, including the Line monad, which manages the channel credentials.

  • A servant combinator to write safe Line webhooks.

To get started, see the documentation for the Line.Bot.Client and Line.Bot.Webhook modules below.