Swiftpack.co - stevapple/tencent-cloud-core as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by stevapple.
stevapple/tencent-cloud-core v0.3.0-alpha.2
Tencent Cloud support for Swift
⭐️ 3
🕓 3 years ago
macOS
.package(url: "https://github.com/stevapple/tencent-cloud-core.git", from: "v0.3.0-alpha.2")

tencent-cloud-core

CI SwiftPM License

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.2.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"),

TencentCloudAPICore

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: "TencentCloudAPICore", package: "tencent-cloud-core"),

This is available from v0.1.0 with a former name TencentCloudAPI.

For usage instruction, see How to build a Tencent Cloud API with Swift (base on v0.2.6).

GitHub

link
Stars: 3
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

3 years ago

Deprecate TencentCloudAPI. There will be a new home for those APIs.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics