The latest version of cisco-spark-api is 0.1.0.4-0.

cisco-spark-api

Version 0.1.0.0 revision 0 uploaded by nshimaza.

Package meta

Synopsis
A Haskell bindings for Cisco Spark API
Description

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.

Author
Naoto Shimazaki
Bug reports
n/a
Category
Web
Copyright
Copyright: (c) 2017 Naoto Shimazaki
Homepage
https://github.com/nshimaza/cisco-spark-api#readme
Maintainer
Naoto.Shimazaki@gmail.com
Package URL
n/a
Stability
n/a

Components