Skip to content

Commit

Permalink
Update SDK to add trigger LIST/GET API support
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhajit97 committed Aug 23, 2023
1 parent 89b5631 commit 8d86427
Show file tree
Hide file tree
Showing 40 changed files with 3,601 additions and 387 deletions.
36 changes: 18 additions & 18 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -9,55 +9,55 @@ api_variable.go
client.go
configuration.go
docs/CmdPipeline.md
docs/ErrorDetailModel.md
docs/ErrorModel.md
docs/ExecutionExecution.md
docs/ExecutionPipelineExecution.md
docs/ExecutionStepExecution.md
docs/ExecutionStepExecutionOutput.md
docs/ExecutionStepExecutionStepForEach.md
docs/FpTrigger.md
docs/ListPipelineResponse.md
docs/ListProcessResponse.md
docs/ListTriggerResponse.md
docs/ListVariableResponse.md
docs/NextStepAction.md
docs/Output.md
docs/Pipeline.md
docs/ModconfigNextStepAction.md
docs/ModconfigOutput.md
docs/ModconfigPipeline.md
docs/ModconfigPipelineOutput.md
docs/ModconfigStepError.md
docs/ModconfigStepForEach.md
docs/PcerrErrorDetailModel.md
docs/PcerrErrorModel.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
docs/VariableApi.md
git_push.sh
go.mod
go.sum
model_cmd_pipeline.go
model_error_detail_model.go
model_error_model.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_fp_trigger.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_modconfig_next_step_action.go
model_modconfig_output.go
model_modconfig_pipeline.go
model_modconfig_pipeline_output.go
model_modconfig_step_error.go
model_modconfig_step_for_each.go
model_pcerr_error_detail_model.go
model_pcerr_error_model.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
utils.go
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,26 +95,26 @@ Class | Method | HTTP request | Description
## Documentation For Models

- [CmdPipeline](docs/CmdPipeline.md)
- [ErrorDetailModel](docs/ErrorDetailModel.md)
- [ErrorModel](docs/ErrorModel.md)
- [ExecutionExecution](docs/ExecutionExecution.md)
- [ExecutionPipelineExecution](docs/ExecutionPipelineExecution.md)
- [ExecutionStepExecution](docs/ExecutionStepExecution.md)
- [ExecutionStepExecutionOutput](docs/ExecutionStepExecutionOutput.md)
- [ExecutionStepExecutionStepForEach](docs/ExecutionStepExecutionStepForEach.md)
- [FpTrigger](docs/FpTrigger.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)
- [ModconfigNextStepAction](docs/ModconfigNextStepAction.md)
- [ModconfigOutput](docs/ModconfigOutput.md)
- [ModconfigPipeline](docs/ModconfigPipeline.md)
- [ModconfigPipelineOutput](docs/ModconfigPipelineOutput.md)
- [ModconfigStepError](docs/ModconfigStepError.md)
- [ModconfigStepForEach](docs/ModconfigStepForEach.md)
- [PcerrErrorDetailModel](docs/PcerrErrorDetailModel.md)
- [PcerrErrorModel](docs/PcerrErrorModel.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 8d86427

Please sign in to comment.