lackey-0.1.0: A library for generating Ruby consumers of Servant APIs.

Safe HaskellNone
LanguageHaskell2010

Lackey

Description

This module allows you to generate Ruby code for APIs defined by Servant.

Synopsis

Documentation

rubyForAPI :: (HasCode a, HasRuby (Ruby a)) => Proxy a -> String Source

Generate Ruby code from an API description.