Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vapor-community/google-cloud
Access GoogleCloud APIs using Vapor
https://github.com/vapor-community/google-cloud
cloud-platform cloud-storage google-cloud swift vapor vapor-3 vapor-4 vapor-service
Last synced: about 1 month ago
JSON representation
Access GoogleCloud APIs using Vapor
- Host: GitHub
- URL: https://github.com/vapor-community/google-cloud
- Owner: vapor-community
- License: mit
- Created: 2018-05-18T06:33:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T16:31:20.000Z (8 months ago)
- Last Synced: 2024-12-17T09:08:12.733Z (about 2 months ago)
- Topics: cloud-platform, cloud-storage, google-cloud, swift, vapor, vapor-3, vapor-4, vapor-service
- Language: Swift
- Homepage:
- Size: 154 KB
- Stars: 45
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoogleCloud
![Swift](http://img.shields.io/badge/swift-5.2-brightgreen.svg)
![Vapor](http://img.shields.io/badge/vapor-4.0-brightgreen.svg)### GoogleCloud is a Vapor wrapper around [GoogleCloudKit](https://github.com/vapor-community/google-cloud-kit)
## Installation
In your `Package.swift` file, add the following
```swift
.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](/Sources/CloudStorage/README.md)[x] [CloudDatastore](/Sources/CloudDatastore/README.md)
[x] [CloudSecretManager](/Sources/CloudSecretManager/README.md)
[x] [CloudTranslation](/Sources/CloudTranslation/README.md)
[x] [CloudPubSub](/Sources/CloudPubSub/README.md)
### A More detailed guide can be found [here](https://github.com/vapor-community/google-cloud-kit).