gitlab-haskell-0.1.4: A Haskell library for the GitLab web API

Safe HaskellNone
LanguageHaskell2010

GitLab.WebRequests.GitLabWebCalls

Description

internal module to support modules in GitLab.API

Documentation

gitlab :: (MonadIO m, FromJSON a) => Text -> GitLab m [a] Source #

gitlabPost Source #

Arguments

:: (MonadIO m, FromJSON b) 
=> Text

the URL to post to

-> Text

the data to post

-> GitLab m (Either Status b)