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

Unison.Server.Local.Endpoints.Projects

Documentation

projectListingEndpoint :: Codebase IO Symbol Ann -> Maybe PrefixFilter -> Backend IO [ProjectListing] Source #

projectBranchListingEndpoint :: Codebase IO Symbol Ann -> ProjectName -> Maybe PrefixFilter -> Backend IO [ProjectBranchListing] Source #

type ListProjectsEndpoint = QueryParam "prefix" PrefixFilter :> Get '[JSON] [ProjectListing] Source #

type ListProjectBranchesEndpoint = QueryParam "prefix" PrefixFilter :> Get '[JSON] [ProjectBranchListing] Source #