Merge pull request #787 from ivan-m/doc-auth-lenses
Export authentication-related types/lenses
This commit is contained in:
commit
53b352711b
1 changed files with 2 additions and 1 deletions
|
@ -43,12 +43,13 @@ module Servant.Docs
|
||||||
, -- * ADTs to represent an 'API'
|
, -- * ADTs to represent an 'API'
|
||||||
Endpoint, path, method, defEndpoint
|
Endpoint, path, method, defEndpoint
|
||||||
, API, apiIntros, apiEndpoints, emptyAPI
|
, API, apiIntros, apiEndpoints, emptyAPI
|
||||||
|
, DocAuthentication(..), authIntro, authDataRequired
|
||||||
, DocCapture(..), capSymbol, capDesc
|
, DocCapture(..), capSymbol, capDesc
|
||||||
, DocQueryParam(..), ParamKind(..), paramName, paramValues, paramDesc, paramKind
|
, DocQueryParam(..), ParamKind(..), paramName, paramValues, paramDesc, paramKind
|
||||||
, DocNote(..), noteTitle, noteBody
|
, DocNote(..), noteTitle, noteBody
|
||||||
, DocIntro(..), introTitle, introBody
|
, DocIntro(..), introTitle, introBody
|
||||||
, Response(..), respStatus, respTypes, respBody, defResponse
|
, 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
|
, single
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue