gitlab-fetch
Advanced tools
Changelog
1.1.0
HooksApi#getHooks
, #getHook
, #addHook
, #editHook
and #deleteHook
.
#getAll
, #get
, #create
, #edit
and #delete
.RepositoryApi#getFile(path: string, ifExists: true)
.
#tryGetFile
.#tryGet
methods to BranchesApi
, CommitsApi
, GroupApi
, HooksApi
, MergeRequestsApi
, ProjectApi
, TagsApi
and UsersApi
(and RepositoryApi#tryGetFile
and MergeRequestsApi#tryGetVersion
)
#get
(or similar) methods, except they return undefined
if they recieve a 404 response.Changelog
1.0.1
RepositoryApi#getFileContent
.
text/plain
responses.Content-Length
header.Changelog
1.0.0
ListProjectParams#order_by
parameter (was #orderBy
)JiraServiceApi
.