Skip to content

Commit 728c316

Browse files
committed
in_dev_adding_logging_compiling
1 parent 504ebae commit 728c316

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sheets/src/eg_sheets_api.e

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ feature -- Access
4444
spreadsheet_id: detachable STRING
4545

4646

47-
feature -- Spreedsheets
47+
feature -- Spreedsheets Operations
4848

4949
create_spreedsheet: detachable STRING
5050
-- POST /spreadsheets
@@ -62,7 +62,9 @@ feature -- Spreedsheets
6262
end
6363

6464
get_from_id (a_spreadsheet_id: attached like spreadsheet_id): detachable like last_response.body
65-
-- https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/get
65+
-- POST /spreadsheets/`a_spreadsheet_id'
66+
note
67+
EIS:"name=get.spreedsheets", "src=https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/get", "protocol=uri"
6668
require
6769
not a_spreadsheet_id.is_empty
6870
do

0 commit comments

Comments
 (0)