Swiftpack.co - shizukusoft/swift-api-kit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by shizukusoft.
shizukusoft/swift-api-kit v0.1.0
An experimental API Toolkit for Swift.
⭐️ 2
🕓 1 year ago
iOS macOS watchOS tvOS macCatalyst
.package(url: "https://github.com/shizukusoft/swift-api-kit.git", from: "v0.1.0")

APIKit

An experimental API Toolkit for Swift.

Features

  • Built on Swift Concurrency, Codable
  • Supports OAuth1, OAuth2
  • Supports other than Apple platforms! (Linux, Windows, etc.)

Usage

Package.swift
// swift-tools-version:5.7
import PackageDescription

let package = Package(
  name: "<#PackageName#>",
  dependencies: [
    .package(
      url: "https://github.com/shizukusoft/swift-api-kit.git", 
      .upToNextMinor(from: "0.1.0") // or `.upToNextMajor
    )
  ],
  targets: [
    .target(
      name: "<#TargetName#>",
      dependencies: [
        .product(name: "APIKit", package: "APIKit")
      ]
    )
  ]
)

GitHub

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

Dependencies

Release Notes

v0.1.0
1 year ago

Initial Release

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