unison-share-api-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Server.Local.Endpoints.NamespaceDetails

Documentation

type NamespaceDetailsAPI = "namespaces" :> (Capture "namespace" Path :> (QueryParam "renderWidth" Width :> APIGet NamespaceDetails)) Source #

Orphan instances

ToCapture (Capture "namespace" Text) Source # 
Instance details

Methods

toCapture :: Proxy (Capture "namespace" Text) -> DocCapture #