You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Response to code reviews. Put all request options into 1 file. renamed sample to download_view_image.py. Comments clean up
* Add api annotation to all current endpoints (#125)
Part two of #125
This backfills all existing APIs with their minimum version.
Checking this in early in release cycle for baketime.
* initial implement of get all and get specific for Extract Refresh Tasks
* fixing test failure in the schedule_item code
* pep8 fixes
* Download with extract_only and parameter checking (#143)
* Add a new decorator that checks parameters against the version. Used with the @api decorator.
* Add extract_only flags to workbooks and data sources, protected behind v2.5 flag
* Correct the path to extract refresh tasks
* fixing missed pep8 failure
* adding runNow to the interface
* fixing pep8 issues
* Add header documentation to the sample.
* addressing tyler's feedback
0 commit comments