文件名称:Gerrit.Api.Net:通过Gerrit REST API的.Net包装器
文件大小:66KB
文件格式:ZIP
更新时间:2024-05-30 13:26:05
C#
Gerrit.Api.Net 安装 NuGet: 安装包Gerrit.Api 例子 var gerritConfiguration = new GerritConfiguration ( " username " , " password " , " gerrit url " ); var changesEndPoint = new ChangesEndpoint ( gerritConfiguration ); foreach ( var change in changesEndPoint . GetAll ( new ChangeQueryParameters { NumberOfResults = 10 }, ChangeOptionalParameters . Empty )) { Console . WriteLine ( change . Subject ); }
【文件预览】:
Gerrit.Api.Net-master
----.gitreview(105B)
----src()
--------Gerrit.Api.sln(2KB)
--------Gerrit.Api()
--------Gerrit.Api.QuickStart()
--------Gerrit.Api.Tests()
--------Gerrit.Api.Domain()
----LICENSE(11KB)
----README.md(588B)
----appveyor.yml(618B)
----.gitignore(3KB)