Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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