Export authentication-related types/lenses
I'm assuming that they're not meant to be just in `.Internal`.
This commit is contained in:
parent
213620e56a
commit
8e67e26d63
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