# README

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

ClassMethodHTTP requestDescription
V1ApiGetRepositoriesGet /repository
V1ApiGetRepositoryGet /repository/{repositoryName}
V1ApiGetRepositoryByIdGet /repository/{repositoryId}
V1ApiCreateRepositoryPost /repository
V1ApiDeleteRepositoryDelete /repository/id/{repositoryId}
V1ApiChangeRepositoryPatch /repository/id/{repositoryId}

Documentation For Models