Merge pull request #31 from Clearcals/susheel/master/pubsub_setup Added support for Google PubSub
Merge pull request #31 from Clearcals/susheel/master/pubsub_setup
Added support for Google PubSub
In your Package.swift file, add the following
Package.swift
.package(url: "https://github.com/vapor-community/google-cloud.git", from: "1.0.0")
You can check each supported API’s README for a getting started guide.
[x] CloudStorage
[x] CloudDatastore
[x] CloudSecretManager
[x] CloudTranslation
[x] CloudPubSub
GoogleCloud
GoogleCloud is a Vapor wrapper around GoogleCloudKit
Installation
In your
Package.swift
file, add the followingUsage
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.