Module

Yoga.Fetch.Om.BuildUrl

Package
purescript-yoga-fetch-om
Repository
rowtype-yoga/purescript-yoga-fetch-om

#BuildUrl Source

class BuildUrl :: forall k. k -> Row Type -> Row Type -> Constraintclass BuildUrl segments pathParams queryParams | segments -> pathParams queryParams where

Members

Instances

#SubstitutePathParams Source

class SubstitutePathParams :: Row Type -> Constraintclass SubstitutePathParams params  where

Members

Instances

#substitutePathParams Source

substitutePathParams :: forall @params. SubstitutePathParams params => Record params -> String -> String

#AppendQueryParams Source

class AppendQueryParams :: Row Type -> Constraintclass AppendQueryParams params  where

Members

Instances

#appendQueryParams Source

appendQueryParams :: forall @params. AppendQueryParams params => Record params -> String -> String

#AppendQueryParamsRL Source

class AppendQueryParamsRL :: RowList Type -> Row Type -> Constraintclass AppendQueryParamsRL rl r  where

Members

Instances

#SubstitutePathParamsRL Source