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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.8.1), 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.6.0.1), transformers (>=0.5.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>
Revised Revision 1 made by noraesae at 2016-12-05T14:12:39Z
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-05T13:25:39Z
Distributions LTSHaskell:4.0.1, NixOS:4.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 8663 total (39 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.1.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