Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Unison.Server.Local.Endpoints.Projects
Documentation
projectListingEndpoint :: Codebase IO Symbol Ann -> Maybe Query -> Backend IO [ProjectListing] Source #
projectBranchListingEndpoint :: Codebase IO Symbol Ann -> ProjectName -> Maybe Query -> Backend IO [ProjectBranchListing] Source #
type ListProjectsEndpoint = QueryParam "query" Query :> Get '[JSON] [ProjectListing] Source #
type ListProjectBranchesEndpoint = QueryParam "query" Query :> Get '[JSON] [ProjectBranchListing] Source #