raml: RESTful API Modeling Language (RAML) library for Haskell

[ library, mit, web ] [ Propose Tags ]

RESTful API Modeling Language (RAML) library for Haskell


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0
Dependencies aeson (>=0.9 && <1.0), base (>=4 && <5), bytestring (>=0.10 && <0.11), text (>=1.2 && <1.3), unordered-containers (>=0.2 && <0.3), yaml (>=0.8 && <0.9) [details]
License MIT
Copyright Copyright (C) 2015 Fergus Noble
Author Fergus Noble
Maintainer Fergus Noble <fergusnoble@gmail.com>
Category Web
Home page https://github.com/fnoble/raml
Source repo head: git clone git@github.com:fnoble/raml.git
Uploaded by fnoble at 2015-06-05T07:10:14Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 878 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for raml-0.1.0

[back to package description]

RAML

RESTful API Modeling Language (RAML) library for Haskell

TODO

Curently the raml library doesn't implement the full RAML specification. The following features still need to be implemented:

  • Reading and verifying RAML header line #%RAML 0.8
  • !include links (markdown for docs, yaml anywhere)
  • Resource Types
  • Traits
  • Security
  • Top level schemas