コード例 #1
0
 public static Meziantou.GitLab.PagedResponse <SystemHook> GetSystemHooks(this Meziantou.GitLab.IGitLabSystemHooksClient client, Meziantou.GitLab.RequestOptions?requestOptions = default(Meziantou.GitLab.RequestOptions))
 {
     Meziantou.GitLab.GetSystemHooksRequest request = new Meziantou.GitLab.GetSystemHooksRequest();
     return(client.GetSystemHooks(request, requestOptions));
 }
コード例 #2
0
 Meziantou.GitLab.PagedResponse <SystemHook> Meziantou.GitLab.IGitLabSystemHooksClient.GetSystemHooks(Meziantou.GitLab.GetSystemHooksRequest request, Meziantou.GitLab.RequestOptions?requestOptions)
 {
     return(this.SystemHooks_GetSystemHooks(request, requestOptions));
 }
コード例 #3
0
        private Meziantou.GitLab.PagedResponse <SystemHook> SystemHooks_GetSystemHooks(Meziantou.GitLab.GetSystemHooksRequest request, Meziantou.GitLab.RequestOptions?requestOptions = default(Meziantou.GitLab.RequestOptions))
        {
            string url = Meziantou.GitLab.GitLabClient.SystemHooks_GetSystemHooks_BuildUrl();

            return(new Meziantou.GitLab.PagedResponse <SystemHook>(this, url, requestOptions));
        }