Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.67 KB

File metadata and controls

51 lines (40 loc) · 2.67 KB

Go API client for sourcecommit

<br/>https://sourcecommit.apigw.ntruss.com/api/v1

Overview

This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.

  • API version: 2022-04-22T08:24:55Z
  • Package version:
  • Build package: io.swagger.codegen.languages.NcpGoForVnksClientCodegen

Installation

Put the package under your project folder and add the following in import:

"./sourcecommit"

Documentation for API Endpoints

All URIs are relative to https://sourcecommit.apigw.ntruss.com/api/v1

Class Method HTTP request Description
V1Api GetRepositories Get /repository
V1Api GetRepository Get /repository/{repositoryName}
V1Api GetRepositoryById Get /repository/{repositoryId}
V1Api CreateRepository Post /repository
V1Api DeleteRepository Delete /repository/id/{repositoryId}
V1Api ChangeRepository Patch /repository/id/{repositoryId}

Documentation For Models