Google-api-ruby-client: get_spreadsheet_values removed?

Created on 7 Jun 2017  路  4Comments  路  Source: googleapis/google-api-ruby-client

The sample references:

result = sheets.get_spreadsheet_values(options[:spreadsheet_key], options[:range])

however that method no longer exists:

NoMethodError: undefined method `get_spreadsheet_values' for #

It looks like the method is now called get_spreadsheet_value

Most helpful comment

Reverted in v0.13.0

Thanks for your understanding :)

All 4 comments

@bootstraponline Thanks! had no idea why a program that was running yesterday did not today when I set up on a new machine. Had to change it to get_spreadsheet_value

This is my fault, and related to #590

I plan to release v0.13.0 to revert this to the past behavior (get_spreadsheet_values).

This library is in Alpha. We will make an effort to support the library, but we reserve the right to make incompatible changes when necessary.

the readme makes it clear there will be incompatible changes. I'm fine with stuff breaking. 馃槃

Reverted in v0.13.0

Thanks for your understanding :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

penakamaayo picture penakamaayo  路  3Comments

martincalvert picture martincalvert  路  4Comments

gregology picture gregology  路  5Comments

jiggneshhgohel picture jiggneshhgohel  路  6Comments

jawadakram20 picture jawadakram20  路  6Comments