SwiftAWSApigateway

0.3.0

Standalone Repository of AWS APIGateway Client from soto-project/soto
soto-archive/soto-apigateway

What's New

2017-07-04T17:35:26Z

apigateway

An AWS apigateway type safe client for Swift (This is part of aws-sdk-swift)

Documentation

Visit the aws-sdk-swift documentation for instructions and browsing api references.

Installation

Package.swift

import PackageDescription

let package = Package(
    name: "MyAWSApp",
    dependencies: [
        .Package(url: "https://github.com/swift-aws/apigateway.git", majorVersion: 0, minor: 3)
    ]
)

Description

  • Swift Tools 3.1.0
View More Packages from this Author

Dependencies

Last updated: Mon Oct 21 2024 17:41:50 GMT-0900 (Hawaii-Aleutian Daylight Time)