This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
where to see Sheets API issues/bugs/status reports [skip ci]
- Loading branch information
jennybc
committed
Jul 29, 2015
1 parent
38006d9
commit a72f1a0
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "Documentation, bugs, status of the Sheets API" | ||
output: | ||
html_document: | ||
toc: yes | ||
toc_depth: 4 | ||
--- | ||
|
||
On 2015-07-29 the Sheets REST API went down. See [issue #153 ](https://github.com/jennybc/googlesheets/issues/153) here and [Issue 3939](https://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=3939&q=Type%3DDefect%20API%3DSpreadsheets&colspec=Stars%20Opened%20ID%20Type%20Status%20Summary%20API%20Owner) at Google. | ||
|
||
As a result of that I learned the following, which maybe handy in future: | ||
|
||
* [apps-api-issues](https://code.google.com/a/google.com/p/apps-api-issues/) is a general landing page: "a place to report issues with the Google Apps APIs" | ||
* there's a section for the Sheets API, with links to | ||
- the [documentation](https://developers.google.com/google-apps/spreadsheets/) *obviously I've known about this for a while and have read the whole damn thing* | ||
- the [list of bugs](https://code.google.com/a/google.com/p/apps-api-issues/issues/list?can=2&q=Type%3DDefect+API%3DSpreadsheets) *bugs and issues seems to be used interchangeable in the vocabulary of this site* | ||
- the [list of feature requests](https://code.google.com/a/google.com/p/apps-api-issues/issues/list?can=2&q=Type%3DEnhancement+API%3DSpreadsheets) | ||
- form to file new bug or feature request | ||
|