Skip to content

vapor-community/google-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.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.