Skip to content

konfig-dev/automation-test-submodule-swift

Repository files navigation

Swift API Client for AutomationTestWithSubmodules

SDKs (no submodules) to test automation workflows.

Table of Contents

Installation

Swift Package Manager

  1. In Xcode, select File > Add Packages… and enter https://github.com/konfig-dev/automation-test-submodule-swift as the repository URL.
  2. Select the latest version number from our tags page.
  3. Add the AutomationTestWithSubmodules product to the target of your app.

Carthage

  1. Add this line to your Cartfile:
github "konfig-dev/automation-test-submodule-swift"
  1. Follow the Carthage installation instructions.
  2. In the future, to update to the latest version of the SDK, run the following command: carthage update automation-test-submodule-swift

CocoaPods

  1. Add source 'https://github.com/CocoaPods/Specs.git' to your Podfile
  2. Add pod 'AutomationTestWithSubmodules', '~> 1.0.3' to your Podfile

Your Podfile should look like:

# Podfile
source 'https://github.com/CocoaPods/Specs.git'

target 'Example' do
  pod 'AutomationTestWithSubmodules', '~> 1.0.3'
end
  1. Run pod install
❯ pod install
Analyzing dependencies
Downloading dependencies
Installing AutomationTestWithSubmodules 1.0.3
Generating Pods project
Integrating client project
Pod installation complete! There is 1 dependency from the Podfile and 2 total pods installed.
  1. In the future, to update to the latest version of the SDK, run: pod update AutomationTestWithSubmodules

Getting Started

import AutomationTestWithSubmodules

let automationtestwithsubmodules = AutomationTestWithSubmodulesClient(
    // Defining the base path is optional and defaults to http://google.com
    // basePath: "http://google.com"
)

let helloResponse = try await automationtestwithsubmodules.greetings.hello()

Reference

automationtestwithsubmodules.greetings.hello

Get a simple greeting!!!

🛠️ Usage

let helloResponse = try await automationtestwithsubmodules.greetings.hello()

🔄 Return

HelloResponse

🌐 Endpoint

/hello GET

🔙 Back to Table of Contents


Author

This TypeScript package is automatically generated by Konfig

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •