ExLine (ExLine v0.1.0)

Copy Markdown View Source

An Elixir client for the LINE platform.

ExLine wraps the LINE Messaging API (with LIFF / LINE Login planned). It is built around a few small ideas:

Quick start

client = ExLine.Client.new(access_token: "CHANNEL_ACCESS_TOKEN")
ExLine.Api.Messaging.push(client, "U123...", ExLine.Message.text("hello"))

See ExLine.Api.Messaging, ExLine.Message, ExLine.Webhook.Signature, and ExLine.EventRouter.