Skip to content

Commit

Permalink
add swift-leap-workflows integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiechayes committed Apr 9, 2024
1 parent 1788532 commit dfd4271
Show file tree
Hide file tree
Showing 50 changed files with 4,395 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
examples: {}
examples_2: {}
examples_3: {}
fixOnlyOneTagName: false
operationIds:
/v1/runs/bulk:
post: BulkWorkflowRuns_runBulk
/v1/runs/bulk/{bulk_run_id}:
get: BulkWorkflowRuns_getBulk
/v1/runs/{workflow_run_id}:
get: WorkflowRuns_getWorkflowRun
operationTags: {}
renameTags: {}
requestSchemaNames: {}
responseDescriptions: {}
responseSchemaNames: {}
securityParameters:
X-Api-Key:
header:
in: header
name: X-Api-Key
securityName: apiKey
type: apiKey
validServerUrls: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.2.12

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
extends:
- .konfig/ruleset.js
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright (c) 2024- Konfig, Inc. (https://konfigthis.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# konfig

|Language|Version|Package Manager|README|Source|
|-|-|-|-|-|
|Swift|0.1.0|[CocoaPods](https://cocoapods.org/pods/Leap)|[README](https://github.com/leap-ai/leap-workflows-swift-sdk/tree/HEAD/sdks/swift#readme)|[Source](https://github.com/leap-ai/leap-workflows-swift-sdk/tree/HEAD/sdks/swift)|
Loading

0 comments on commit dfd4271

Please sign in to comment.