commit
caf02096a0
2 changed files with 1 additions and 2 deletions
|
@ -123,7 +123,7 @@ import Servant.JS.Axios
|
||||||
import Servant.JS.Internal
|
import Servant.JS.Internal
|
||||||
import Servant.JS.JQuery
|
import Servant.JS.JQuery
|
||||||
import Servant.JS.Vanilla
|
import Servant.JS.Vanilla
|
||||||
import Servant.Foreign (GenerateList(..), listFromAPI, NoTypes)
|
import Servant.Foreign (listFromAPI)
|
||||||
|
|
||||||
-- | Generate the data necessary to generate javascript code
|
-- | Generate the data necessary to generate javascript code
|
||||||
-- for all the endpoints of an API, as ':<|>'-separated values
|
-- for all the endpoints of an API, as ':<|>'-separated values
|
||||||
|
|
|
@ -23,7 +23,6 @@ module Servant.JS.Internal
|
||||||
, HasForeignType(..)
|
, HasForeignType(..)
|
||||||
, GenerateList(..)
|
, GenerateList(..)
|
||||||
, NoTypes
|
, NoTypes
|
||||||
, HeaderArg
|
|
||||||
, ArgType(..)
|
, ArgType(..)
|
||||||
, HeaderArg(..)
|
, HeaderArg(..)
|
||||||
, QueryArg(..)
|
, QueryArg(..)
|
||||||
|
|
Loading…
Reference in a new issue