GoogleCloud

October 27, 2023 ยท View on GitHub

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.4.1")

Usage

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

Supported APIs

[x] CloudStorage

[x] CloudDatastore

[x] CloudSecretManager

[x] CloudTranslation

[x] CloudPubSub

A More detailed guide can be found here.

Contents

  1. 0.1GoogleCloud is a Vapor wrapper around GoogleCloudKit
  2. 1Installation
  3. 2Usage
  4. 2.1Supported APIs
  5. 2.2A More detailed guide can be found here.