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

REST client for Google APIs

Results 61 google-api-ruby-client issues
Sort by recently updated
recently updated
newest added

Would it make sense to also include `Errno::ECONNRESET` (broken network connections) in [`RETRIABLE_ERRORS`](https://github.com/googleapis/google-api-ruby-client/blob/google-apis-core/v0.14.1/google-apis-core/lib/google/apis/core/http_command.rb#L30-L33) ? (via `Google::Apis::TransmissionError` - same like `ECONNREFUSED` and `ETIMEDOUT` in https://github.com/googleapis/google-api-ruby-client/pull/10026) I've hit that recently in context...

Hi, Since today, we couldn't add event from Google API Client in Ruby. When we connect, it return : #

## Description This adds the magic comment for making string literals frozen on CompositeIO and Multipart. We also utilize the unfrozen string `+''` on a few vars to allow the...

`requests = [ Google::Apis::DocsV1::Request.new( insert_table: { table: **table**, (Its not working, is it the right syntax?) end_of_segment_location: { segment_id: '' } } ) ] # Execute the batch update request...

In Google::Apis::Core::ApiCommand#decode_response_body it checks to see if the content_type starts with JSON_CONTENT_TYPE. The content type comes back as text/csv so it has an explicit return of nil. ```ruby def decode_response_body(content_type,...

The state of Arizona publishes a fishing report via Google Spreadsheets, each cell in column A contains hyperlinks to google maps which im trying to obtain https://docs.google.com/spreadsheets/d/1m4X4I-fhhPL26jeLw4IlB4zG5dM5NgdN_6eewpbCgNM/edit#gid=1253509900 I am able...

Once the library is renamed, leave an alias so the old namespace continues to work.

type: process

The generated libraries (or at least google-apis-calendar_v3) rely on HTTPClient, which hasn't had a release since 2016 and has a ton of ignored issues. Especially since it seems to re-implement...

type: process

There's no good way to count read and write requests (e.g. for the sheets v4 api) - which is rate limited. If this gem allowed the configuration of a lambda...