# README

Go API client for sourcepipeline

<br/>https://sourcepipeline.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-05-25T13:56:57Z
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.languages.NcpGoForNcloudClientCodegen

Installation

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

"./sourcepipeline"

Documentation for API Endpoints

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

ClassMethodHTTP requestDescription
V1ApiGetProjectsGet /project
V1ApiCreateProjectPost /project
V1ApiDeleteProjectDelete /project/{projectId}
V1ApiStartProjectPost /project/{projectId}/do
V1ApiGetProjectGet /project/{projectId}
V1ApiGetProjectHistoriesGet /project/{projectId}/history
V1ApiCancelProjectPost /project/{projectId}/history/{historyId}/cancel
V1ApiGetProjectHistoryGet /project/{projectId}/history/{historyId}
V1ApiChangeProjectPatch /project/{projectId}
V1ApiGetSourcebuildProjectsGet /sourcebuild/project
V1ApiGetSourcecommitRepositoriesGet /sourcecommit/repository
V1ApiGetSourcecommitRepositoryBranchesGet /sourcecommit/repository/{repositoryName}/branch
V1ApiGetSourcedeployProjectsGet /sourcedeploy/project
V1ApiGetSourcedeployProjectStagesGet /sourcedeploy/project/{projectId}/stage
V1ApiGetSourcedeployProjectScenariosGet /sourcedeploy/project/{projectId}/stage/{stageId}/scenario
V1ApiGetTimeZoneGet /timeZone

Documentation For Models