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

Safe HaskellNone
LanguageHaskell2010

Generation.OutputGenerator

Description

Contains the generation logic and functions of the different possible outputs.

Synopsis

Documentation

type GenerationFunction Source

Arguments

 = FilePath

Output path

-> ApiSpec

Information of the defined web service

-> IO () 

A function that generates the target.

generateJSServer :: GenerationFunction Source

Target generation function.

generateJSClient :: GenerationFunction Source

Target generation function.

generatePythonClient :: GenerationFunction Source

Target generation function.

generateJavaClient :: GenerationFunction Source

Target generation function.