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'
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue