| Copyright | (c) Daniel Firth 2018 |
|---|---|
| License | BSD3 |
| Maintainer | locallycompact@gmail.com |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Gitlab.Core
Description
This file defines general functions for interacting with the Gitlab V4 API (https:/docs.gitlab.comceapi)
Documentation
type MonadGitlab env m = (MonadReader env m, HasGitlabConfig env, MonadIO m, MonadThrow m) Source #
gitlabRequest :: (MonadGitlab env m, FromJSON a) => ByteString -> ByteString -> RequestBody -> m a Source #
rParam :: Text -> ByteString Source #