| Copyright | (c) Rob Stewart Heriot-Watt University 2019 |
|---|---|
| License | BSD3 |
| Maintainer | [email protected] |
| Stability | stable |
| Safe Haskell | None |
| Language | Haskell2010 |
GitLab.API.RepositoryFiles
Description
Synopsis
- repositoryFiles :: MonadIO m => Project -> Text -> Text -> GitLab m (Maybe RepositoryFile)
- repositoryFiles' :: MonadIO m => Int -> Text -> Text -> GitLab m (Maybe RepositoryFile)
Documentation
Arguments
| :: MonadIO m | |
| => Project | the project |
| -> Text | the file path |
| -> Text | name of the branch, tag or commit |
| -> GitLab m (Maybe RepositoryFile) |
Get a list of repository files and directories in a project.