/google-cloud

Access GoogleCloud APIs using Vapor

Primary LanguageSwiftMIT LicenseMIT

GoogleCloud

Swift Vapor

GoogleCloud is a Vapor wrapper around GoogleCloudKit

Installation

In your Package.swift file, add the following

.package(url: "https://github.com/vapor-community/google-cloud.git", from: "1.0.0")

Usage

You can check each supported API's README for a getting started guide.

Supported APIs

[x] CloudStorage

[x] CloudDatastore

[x] CloudSecretManager

[x] CloudTranslation

A More detailed guide can be found here.