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), base (>=4.8 && <5), base64-bytestring (>=1.0.0.1), bytestring (>=0.10.6.0), cryptohash-sha256 (>=0.11.100.1), http-conduit (>=2.1.11), http-types (>=0.9.1), scotty (>=0.11.0), text (>=1.2.2.1), time (>=1.5.0.1), transformers (>=0.4.2.0), wai (>=3.2.1.1) [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 2017-05-25T16:20:19Z
Distributions LTSHaskell:4.0.1, NixOS:4.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 8644 total (39 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-05-25 [all 1 reports]

Readme for line-3.1.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