Skip to content

Commit

Permalink
Update from latest v0.3.x API.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Feb 16, 2024
1 parent c48ecd8 commit dff15bd
Show file tree
Hide file tree
Showing 18 changed files with 3,324 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
.travis.yml
README.md
api/openapi.yaml
api_integration.go
api_mod.go
api_notifier.go
api_pipeline.go
api_process.go
api_trigger.go
Expand All @@ -17,10 +19,15 @@ docs/ExecutionStepExecutionOutput.md
docs/ExecutionStepExecutionStepForEach.md
docs/ExecutionStepStatus.md
docs/FlowpipeRequire.md
docs/FpIntegration.md
docs/FpNotifier.md
docs/FpPipeline.md
docs/FpPipelineParam.md
docs/FpTrigger.md
docs/FpTriggerPipeline.md
docs/IntegrationApi.md
docs/ListIntegrationResponse.md
docs/ListNotifierResponse.md
docs/ListPipelineResponse.md
docs/ListProcessLogJSONResponse.md
docs/ListProcessResponse.md
Expand All @@ -36,6 +43,7 @@ docs/ModconfigStepError.md
docs/ModconfigStepForEach.md
docs/ModconfigStepLoop.md
docs/ModconfigStepRetry.md
docs/NotifierApi.md
docs/OpenGraph.md
docs/PerrErrorDetailModel.md
docs/PerrErrorModel.md
Expand All @@ -58,10 +66,14 @@ model_execution_step_execution_output.go
model_execution_step_execution_step_for_each.go
model_execution_step_status.go
model_flowpipe_require.go
model_fp_integration.go
model_fp_notifier.go
model_fp_pipeline.go
model_fp_pipeline_param.go
model_fp_trigger.go
model_fp_trigger_pipeline.go
model_list_integration_response.go
model_list_notifier_response.go
model_list_pipeline_response.go
model_list_process_log_json_response.go
model_list_process_response.go
Expand All @@ -84,4 +96,6 @@ model_process_event_log.go
model_require.go
model_variable.go
response.go
test/api_integration_test.go
test/api_notifier_test.go
utils.go
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ All URIs are relative to *https://localhost/api/v0*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*IntegrationApi* | [**Get**](docs/IntegrationApi.md#get) | **Get** /integration/{integration_name} | Get integration
*IntegrationApi* | [**List**](docs/IntegrationApi.md#list) | **Get** /integration | List integrations
*ModApi* | [**Get**](docs/ModApi.md#get) | **Get** /mod/{mod_name} | Get mod
*NotifierApi* | [**Get**](docs/NotifierApi.md#get) | **Get** /notifier/{notifier_name} | Get notifier
*NotifierApi* | [**List**](docs/NotifierApi.md#list) | **Get** /notifier | List notifiers
*PipelineApi* | [**Command**](docs/PipelineApi.md#command) | **Post** /pipeline/{pipeline_name}/command | Execute a pipeline command
*PipelineApi* | [**Get**](docs/PipelineApi.md#get) | **Get** /pipeline/{pipeline_name} | Get pipeline
*PipelineApi* | [**List**](docs/PipelineApi.md#list) | **Get** /pipeline | List pipelines
Expand All @@ -104,10 +108,14 @@ Class | Method | HTTP request | Description
- [ExecutionStepExecutionStepForEach](docs/ExecutionStepExecutionStepForEach.md)
- [ExecutionStepStatus](docs/ExecutionStepStatus.md)
- [FlowpipeRequire](docs/FlowpipeRequire.md)
- [FpIntegration](docs/FpIntegration.md)
- [FpNotifier](docs/FpNotifier.md)
- [FpPipeline](docs/FpPipeline.md)
- [FpPipelineParam](docs/FpPipelineParam.md)
- [FpTrigger](docs/FpTrigger.md)
- [FpTriggerPipeline](docs/FpTriggerPipeline.md)
- [ListIntegrationResponse](docs/ListIntegrationResponse.md)
- [ListNotifierResponse](docs/ListNotifierResponse.md)
- [ListPipelineResponse](docs/ListPipelineResponse.md)
- [ListProcessLogJSONResponse](docs/ListProcessLogJSONResponse.md)
- [ListProcessResponse](docs/ListProcessResponse.md)
Expand Down
Loading

0 comments on commit dff15bd

Please sign in to comment.