Merge pull request #787 from ivan-m/doc-auth-lenses

Export authentication-related types/lenses
This commit is contained in:
Oleg Grenrus 2017-07-28 15:13:23 +03:00 committed by GitHub
commit 53b352711b

View File

@ -43,12 +43,13 @@ module Servant.Docs
, -- * ADTs to represent an 'API'
Endpoint, path, method, defEndpoint
, API, apiIntros, apiEndpoints, emptyAPI
, DocAuthentication(..), authIntro, authDataRequired
, DocCapture(..), capSymbol, capDesc
, DocQueryParam(..), ParamKind(..), paramName, paramValues, paramDesc, paramKind
, DocNote(..), noteTitle, noteBody
, DocIntro(..), introTitle, introBody
, Response(..), respStatus, respTypes, respBody, defResponse
, Action, captures, headers, notes, params, rqtypes, rqbody, response, defAction
, Action, authInfo, captures, headers, notes, params, rqtypes, rqbody, response, defAction
, single
) where