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
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
GoogleCloud
GoogleCloud is a Vapor wrapper around GoogleCloudKit
Installation
In your
Package.swiftfile, 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.