google-cloud-kit icon indicating copy to clipboard operation
google-cloud-kit copied to clipboard

Results 10 google-cloud-kit issues
Sort by recently updated
recently updated
newest added

This updates google-cloud-kit to use the new v5 version of jwt-kit. Currently a beta tag. The new release contains some API improvements and no longer vendors BoringSSL!

Fixes #42 Starting to rewrite everything is async await. This includes rewriting how credential loading works. It's more accurate according to spec which it wasn't before. And it's easier to...

For GoogleCloudDatastoreRequest, GoogleCloudPubSubRequest, GoogleCloudSecretManagerRequest, GoogleCloudStorageRequest and GoogleCloudTranslationRequest – changed date format from '"yyyy-MM-dd'T'HH:mm:ss.SSSZ"' to 'yyyy-MM-dd'T'HH:mm:ss.SSSXXXXX' – added Calendar(identifier: .iso8601) to formatter

My first attempt in trying to implement resumable uploads while referencing this: [https://cloud.google.com/storage/docs/json_api/v1/how-tos/resumable-upload](url) **Motivation** I have my vapor server deployed on Google App Engine, however, when attempting to upload a...

Adding https://github.com/vapor-community/google-cloud-kit.git package of version 1.0.0-alpha.1 for swiftUI project with minimum deployment target 16.0 giving error **"Package product 'JWTKit' requires minimum platform version 13.0 for the iOS platform, but this...

I am about to write one but if someone has already started or done it, and about to release it I wont bother So ..?

enhancement

I'm using `createSimpleUpload` method for uploading a gzipped png file. I tried both sending queryParamaters array like: ` ["Content-Encoding" : "gzip"]` And also tried to send Content Encoding under MediaType:...

question

I've noticed that this library only supports Google Cloud Storage and Datastore so far. I need to send requests to the Calendar API through a service account. Is there an...

question

Adds support for the [Vision API](https://cloud.google.com/vision/docs/apis), specifically the [Annotate Image](https://cloud.google.com/vision/docs/reference/rest/v1/AnnotateImageRequest) endpoint. ### Usage: ```swift func annotateImage(_ imageURL: URL) throws -> EventLoopFuture { let credentials: GoogleCloudCredentialsConfiguration(...) let config: GoogleCloudVisionConfiguration(...) let httpClient...