cisco-spark-api: A Haskell bindings for Cisco Spark API
Cisco-spark-api package provides types and functions for accessing Cisco Spark REST API. This package is designed to improve type safety over the API. Each entity is separately typed. JSON messages contained in REST responses are decoded into appropriate type of Haskell record. JSON messages sent in REST requests are encoded only from correct type of record. Some Spark REST API returning list of objects require HTTP Link Header based pagination. Haskell functions abstract it. They automatically request subsequent pages as needed and seamlessly stream returned elements rather than just return a chunk of elements in a response. This package also provides some sample usage in command line application style. See source under app directory of the source package.
[Skip to Readme]
Downloads
- cisco-spark-api-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson, attoparsec, base (>=4.7 && <5), bitset-word8, bytestring, cisco-spark-api, conduit-combinators, data-default, http-conduit, network-uri, optparse-applicative, text, utf8-string [details] |
License | MIT |
Copyright | Copyright: (c) 2017 Naoto Shimazaki |
Author | Naoto Shimazaki |
Maintainer | Naoto.Shimazaki@gmail.com |
Category | Web |
Home page | https://github.com/nshimaza/cisco-spark-api#readme |
Source repo | head: git clone https://github.com/nshimaza/cisco-spark-api |
Uploaded | by nshimaza at 2017-10-08T07:10:11Z |
Distributions | NixOS:0.1.0.4 |
Executables | cisco-spark-api-exe |
Downloads | 3280 total (6 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-10-08 [all 1 reports] |