line: Haskell SDK for the LINE API

[ bsd3, library, network ] [ Propose Tags ]

This package exports bindings to LINE APIs.

It provides the following features:

  • Internal auth signature validator

  • Webhook handled with handler function, WAI application, or Scotty action

  • Functions and types for LINE Messaging API

For example usages, please see the examples directory.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.0, 1.0.0.1, 1.0.1.0, 2.0.0.0, 2.1.0.0, 2.1.0.1, 2.1.0.2, 2.2.0, 3.0.0, 3.0.1, 3.1.0, 4.0.0, 4.0.1
Change log CHANGELOG.md
Dependencies aeson (>=0.11.2.1 && <0.12), base (>=4.8 && <5), base64-bytestring (>=1.0.0.1 && <1.1), bytestring (>=0.10.8.1 && <0.11), cryptohash-sha256 (>=0.11.100.1 && <0.12), http-types (>=0.9.1 && <0.10), lens (>=4.14 && <4.15), scotty (>=0.11.0 && <0.12), text (>=1.2.2.1 && <1.3), time (>=1.6.0.1 && <1.7), transformers (>=0.5.2.0 && <0.6), wai (>=3.2.1.1 && <3.3), wreq (>=0.4.1.0 && <0.5) [details]
License BSD-3-Clause
Copyright (c) 2016 Jun <me@noraesae.net>
Author Jun
Maintainer Jun <me@noraesae.net>
Category Network
Home page https://github.com/noraesae/line
Source repo head: git clone https://github.com/noraesae/line
Uploaded by noraesae at 2016-12-04T04:50:36Z
Distributions LTSHaskell:4.0.1, NixOS:4.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 8660 total (41 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for line-2.0.0.0

[back to package description]

line 'travis-ci/noraesae/line

Haskell SDK for the LINE API

Features

Documentation

Please refer to the API docs available on Hackage.

Examples

Please see the examples directory.

LICENSE

BSD3