swagger-test-0.2.1: Testing of Swagger APIs

Copyright(c) Rodrigo Setti 2017
LicenseBSD3
Maintainerrodrigosetti@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Test.Swagger.Types

Description

This module exposes some types that ure used across other modules of swagger-test.

Synopsis

Documentation

type FullyQualifiedHost = String Source #

The FullyQualifiedHost contains the scheme (i.e. http://), hostname and port.

type Seed = Int Source #

type Size = Int Source #

refToMaybe :: Referenced a -> Maybe a Source #

Transform a reference into a Just value if is inline, Nothing, otherwise