json-api: Utilities for generating JSON-API payloads

[ library, mit, network ] [ Propose Tags ]

Provides utilities for deriving JSON payloads conformant to the json-api specification


[Skip to Readme]

Modules

[Last Documentation]

  • Network
    • JSONApi
      • Network.JSONApi.Document
      • Network.JSONApi.Error
      • Network.JSONApi.Link
      • Network.JSONApi.Meta
      • Network.JSONApi.ResourceObject

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.2.0, 0.1.3.0, 0.1.4.0
Dependencies aeson (>=0.11.2.0 && <0.11.3.0), base (>=4.7 && <5.0), containers (>=0.5.6.2 && <0.5.7.1), data-default (>=0.5.3 && <5.6.0), lens-aeson (>=1.0.0.5 && <1.0.1.0), swagger2 (>=2.0.2 && <2.1.0), text (>=1.2.2.1 && <1.2.3.0), unordered-containers (>=0.2.7.1 && <0.2.8.0), url (>=2.1.3 && <2.2.0) [details]
License MIT
Copyright 2016 Todd Mohney
Author Todd Mohney
Maintainer Todd Mohney <toddmohney@gmail.com>
Category Network
Home page https://github.com/toddmohney/json-api
Bug tracker https://github.com/toddmohney/json-api/issues
Source repo head: git clone https://github.com/toddmohney/json-api.git
head: git clone https://github.com/toddmohney/json-api
Uploaded by toddmohney at 2016-07-06T19:16:50Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6072 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-22 [all 3 reports]

Readme for json-api-0.1.0.1

[back to package description]

Circle CI

Haskell Implementation of the JSON-API specification

The specification

Find the specification here

Example usage

There is an example project illustrating how the library can be used.