Commit e570746
feat: google sheets (#102)
* feat: the file is created.
* feat: GoogleSheets class initialization
* chore: google_sheets app example init
* feat: GoogleSheet instance is added
* feat: get_data method is added.
* chore: get_data example is added.
* fix: fix the variable named 'url'
* feat: add header for authorization operation and configure the output of get_data() method
* docs: update comment lines for new config parameters
* fix: remove unused api parameter named dateTimeRenderOption
* chore: delete create_sheet() method
* chore: delete unused example file
* chore: add post_data example for Google Sheets support
* docs: update docstring according to the new config.json structure
* feat: add post_data() method for posting data to a Google Sheet document
* refactor: update get_data for less config parameter need
* docs: update docstring for the new config format
* feat: add_row method for appending new row to the Google Sheet document
* feat: add_row method usage example
* refactor: update post_data for less config parameter need
* docs: update docstring for the new config format
* feat: create_sheet method for creating new spreadsheet and sheets
* feat: create_sheet method usage example and documentation
* feat: delete_data method for deleting targeted or all datas of the table
* feat: delete_data method usage example and documentation
* refactor: remove the line of debug level setting
* fix: resolve read response timeout problem and add update data
* fix: format arrangements and docstring correlation
* refactor: update file name
* docs: update docstring
* feat: add access token function and organize codes
* docs: updace docstring according to the last specifications
* feat: change structure and add doctring
* fix: bug fix on create_sheet method
* feat: arrange method outputs
* test: add tests
* feat: auth generate add
* feat: update get_data
* Revert "test: add tests"
This reverts commit 42c64e0.
* Revert "feat: auth generate add"
This reverts commit 4af7d39.
* test: add Google Sheet App test file
* feat: add generate_header function
* fix: fix generate auth code step output
* fix: arrange function parameters
* docs: delete the unnecessary config parameter
* feat: add generating access token automatically when expire
* doc: document fixes
* style: pep-8 arrangement
* chore: user example arrangements
* feat: add step updating functions
* feat: arrangements for new methods of manager
* fix: add else situation for get_data function result
* fix: arrange http requests parameters
* fix: arrange http requests parameters
* feat: enhance add_row method
* fix: fix the bug about partial loss of incoming data
* fix: arrange the function inputs
* fix: delete the debug_mode(0) line
* docs: example docs update
* docs: example docs update
* feat: add auto spreadsheed_id update after execution of create_sheet method and update methods output formats
* chore: add macos ignore files
* fix: fix infinite loop error while running sm
* refactor: remove fault response parameters from request steps
* fix: fix access token result parsing
---------
Co-authored-by: Ozgur <ozgur@Ozgur-MacBook-Air.local>
Co-authored-by: Ozgur <ozgur@Ozgur-Air.mshome.net>1 parent 125d0fa commit e570746
File tree
9 files changed
+1260
-0
lines changed- examples/google_sheets
- pico_lte
- apps
- utils
- tests
9 files changed
+1260
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments