Skip to content

Latest commit

 

History

History
102 lines (91 loc) · 6.17 KB

File metadata and controls

102 lines (91 loc) · 6.17 KB

Go API client for sourcebuild

<br/>https://sourcebuild.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:50Z
  • Package version:
  • Build package: io.swagger.codegen.languages.NcpGoForVnksClientCodegen

Installation

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

"./sourcebuild"

Documentation for API Endpoints

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

Class Method HTTP request Description
V1Api GetContainerRegistry Get /containerregistry/registry
V1Api GetEnvCompute Get /env/compute
V1Api GetEnvDocker Get /env/docker
V1Api GetEnvOs Get /env/os
V1Api GetEnvRuntime Get /env/os/{osId}/runtime
V1Api GetEnvRuntimeVersion Get /env/os/{osId}/runtime/{runtimeId}/version
V1Api GetObjectstorageBucket Get /objectstorage/bucket
V1Api GetProjects Get /project
V1Api CreateProject Post /project
V1Api CancelBuild Delete /project/{projectId}/build
V1Api StartBuild Post /project/{projectId}/build
V1Api DeleteProject Delete /project/{projectId}
V1Api GetProject Get /project/{projectId}
V1Api GetBuildHistory Get /project/{projectId}/history
V1Api ChangeProject Patch /project/{projectId}
V1Api GetSourcecommitRepositories Get /sourcecommit/repository
V1Api GetSourcecommitRepositoryBranches Get /sourcecommit/repository/{repositoryName}/branch

Documentation For Models