harmony-0.1.0.2: A web service specification compiler that generates implementation and tests.

Safe HaskellNone
LanguageHaskell2010

Generation.ServiceGenerator

Description

Generation of Service objects from the specification.

Synopsis

Documentation

generateService Source

Arguments

:: ApiSpec

The specification of the web service

-> (Type -> String)

A mapping from internal types to target's types

-> Service 

Transforms an api specification to a service.