Swiftpack.co - CodeEagle/NOSSwift as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by CodeEagle.
CodeEagle/NOSSwift 1.1.4
NOS Swift CLI
⭐️ 0
🕓 2 years ago
macOS
.package(url: "https://github.com/CodeEagle/NOSSwift.git", from: "1.1.4")

NOSSwift

A description of this package.

Usage

// init
NOS.initSDK(NOS.Config(accessKey: accessKey, accessSecret: accessSecret, endpoint: endpoint, defaultBucket: defaultBucket))

// upload
let hello = "hello world".data(using: .utf8)!
NOS.upload(data: hello, name: "hello.text").sink { re in
    print(re)
} receiveValue: { info in
    print(info)
}.store(in: &cancelBags)

GitHub

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

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