google-api-swift-client icon indicating copy to clipboard operation
google-api-swift-client copied to clipboard

A client generator for APIs described by Google's API Discovery Format.

Results 10 google-api-swift-client issues
Sort by recently updated
recently updated
newest added

Add `import FoundationNetworking` in GoogleAPIRuntime/Service.swift to makes it builds on Linux

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies swift Examples/Google/Compute/Package.swift...

This commit introduces the ability to define enums in the "schemas" section of a JSON file. The code now has the capability to properly parse and handle enum definitions. Example,...

install the package, where should i pas in the "google-api-swift-generator» command to install the package.

type: question
priority: p3

Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...

type: feature request
priority: p3

* Also properly decode errors when HTTP status code is greater or equal to 400 * Make all `Service.perfom()` functions non throwing and return the error through the completion handler...

Following up on #8 * Use let instead of var for properties * Make required properties non optional * Improve the initializer with default nil values when a parameterizable struct...

Hi, Since the goal of this library is also to be cross-platform and for server side applications, wouldn't it be a good idea to shift to NIO as the base...

type: feature request

Currently, any enums in documents are typed as strings. For example, the analytics document found here: https://www.googleapis.com/discovery/v1/apis/analytics/v3/rest has the following excerpt at line 3797: ```json ... "output": { "type": "string",...

type: feature request

As mentioned by @noahdietz [here](https://github.com/googleapis/google-api-swift-client/pull/2#discussion_r258243611). Here's one [markup guide](https://developer.apple.com/library/archive/documentation/Xcode/Reference/xcode_markup_formatting_ref/index.html#//apple_ref/doc/uid/TP40016497-CH2-SW1) for reference.

type: feature request