Skip to content

Commit

Permalink
Added Process related API.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Aug 8, 2023
1 parent 930f1ad commit ad9b12a
Show file tree
Hide file tree
Showing 23 changed files with 3,915 additions and 8 deletions.
18 changes: 18 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,27 @@ api_variable.go
client.go
configuration.go
docs/CmdPipeline.md
docs/ExecutionExecution.md
docs/ExecutionPipelineExecution.md
docs/ExecutionStepExecution.md
docs/ExecutionStepExecutionOutput.md
docs/ExecutionStepExecutionStepForEach.md
docs/FperrErrorDetailModel.md
docs/FperrErrorModel.md
docs/ListPipelineResponse.md
docs/ListProcessResponse.md
docs/ListTriggerResponse.md
docs/ListVariableResponse.md
docs/NextStepAction.md
docs/Output.md
docs/Pipeline.md
docs/PipelineApi.md
docs/PipelineOutput.md
docs/Process.md
docs/ProcessApi.md
docs/RunPipelineResponse.md
docs/StepError.md
docs/StepForEach.md
docs/Trigger.md
docs/TriggerApi.md
docs/Variable.md
Expand All @@ -29,16 +38,25 @@ git_push.sh
go.mod
go.sum
model_cmd_pipeline.go
model_execution_execution.go
model_execution_pipeline_execution.go
model_execution_step_execution.go
model_execution_step_execution_output.go
model_execution_step_execution_step_for_each.go
model_fperr_error_detail_model.go
model_fperr_error_model.go
model_list_pipeline_response.go
model_list_process_response.go
model_list_trigger_response.go
model_list_variable_response.go
model_next_step_action.go
model_output.go
model_pipeline.go
model_pipeline_output.go
model_process.go
model_run_pipeline_response.go
model_step_error.go
model_step_for_each.go
model_trigger.go
model_variable.go
response.go
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Class | Method | HTTP request | Description
*PipelineApi* | [**Get**](docs/PipelineApi.md#get) | **Get** /pipeline/{pipeline_name} | Get pipeline
*PipelineApi* | [**List**](docs/PipelineApi.md#list) | **Get** /pipeline | List pipelines
*ProcessApi* | [**Get**](docs/ProcessApi.md#get) | **Get** /process/{process_id} | Get process
*ProcessApi* | [**GetOutput**](docs/ProcessApi.md#getoutput) | **Get** /process/{process_id}/output | Get process output
*ProcessApi* | [**List**](docs/ProcessApi.md#list) | **Get** /process | List processs
*TriggerApi* | [**Get**](docs/TriggerApi.md#get) | **Get** /trigger/{trigger_name} | Get trigger
*TriggerApi* | [**List**](docs/TriggerApi.md#list) | **Get** /trigger | List triggers
Expand All @@ -94,16 +95,25 @@ Class | Method | HTTP request | Description
## Documentation For Models

- [CmdPipeline](docs/CmdPipeline.md)
- [ExecutionExecution](docs/ExecutionExecution.md)
- [ExecutionPipelineExecution](docs/ExecutionPipelineExecution.md)
- [ExecutionStepExecution](docs/ExecutionStepExecution.md)
- [ExecutionStepExecutionOutput](docs/ExecutionStepExecutionOutput.md)
- [ExecutionStepExecutionStepForEach](docs/ExecutionStepExecutionStepForEach.md)
- [FperrErrorDetailModel](docs/FperrErrorDetailModel.md)
- [FperrErrorModel](docs/FperrErrorModel.md)
- [ListPipelineResponse](docs/ListPipelineResponse.md)
- [ListProcessResponse](docs/ListProcessResponse.md)
- [ListTriggerResponse](docs/ListTriggerResponse.md)
- [ListVariableResponse](docs/ListVariableResponse.md)
- [NextStepAction](docs/NextStepAction.md)
- [Output](docs/Output.md)
- [Pipeline](docs/Pipeline.md)
- [PipelineOutput](docs/PipelineOutput.md)
- [Process](docs/Process.md)
- [RunPipelineResponse](docs/RunPipelineResponse.md)
- [StepError](docs/StepError.md)
- [StepForEach](docs/StepForEach.md)
- [Trigger](docs/Trigger.md)
- [Variable](docs/Variable.md)

Expand Down
Loading

0 comments on commit ad9b12a

Please sign in to comment.