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

Unison.Server.Local.Endpoints.Projects.Queries

Synopsis

Documentation

listProjects :: Maybe Text -> Transaction [ProjectListing] Source #

Load all project listings, optionally requiring an infix match with a query.

listProjectBranches :: ProjectId -> Maybe Text -> Transaction [ProjectBranchListing] Source #

Load all project listings, optionally requiring an infix match with a query.