tencent-cloud-core

0.1.0

Tencent Cloud support for Swift
stevapple/tencent-cloud-core

What's New

2020-09-30T11:21:45Z

Introduce TencentCloudAPI

tencent-cloud-core

This is a package for quickly adding Tencent Cloud support for Swift projects.

You can add it as a package dependency in Package.swift with:

.package(url: "https://github.com/stevapple/tencent-cloud-core", from: "0.1.0")

TencentCloudCore

This module holds core structs and enumerations for Tencent Cloud, including:

  • TencentCloud.Region: Tencent Cloud service region
  • TencentCloud.Zone: Tencent Cloud service zone
  • TencentCloud.Credential: Tencent Cloud API credential

You can add it as a target dependency in Package.swift with:

.product(name: "TencentCloudCore", package: "tencent-cloud-core")

TencentCloudAPI

This module provides a simple model to define and invoke a Tencent Cloud API.

You can add it as a target dependency in Package.swift with:

.product(name: "TencentCloudCore", package: "tencent-cloud-core")

For usage instruction, see API.md.

Description

  • Swift Tools 5.1.0
View More Packages from this Author

Dependencies

Last updated: Sun Apr 16 2023 09:02:30 GMT-0900 (Hawaii-Aleutian Daylight Time)