Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from pbazerque/master
Browse files Browse the repository at this point in the history
@customfunction jsDoc annotation lets googleSpreadsheet autocomplete
  • Loading branch information
bradjasper committed Jul 24, 2017
2 parents 73c2d1d + 8302f18 commit c6f92c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ImportJSON/Code.gs
Expand Up @@ -58,6 +58,7 @@
* @param {url} the URL to a public JSON feed
* @param {query} a comma-separated list of paths to import. Any path starting with one of these paths gets imported.
* @param {parseOptions} a comma-separated list of options that alter processing of the data
* @customfunction
*
* @return a two-dimensional array containing the data, with the first row containing headers
**/
Expand Down Expand Up @@ -101,6 +102,7 @@ function ImportJSON(url, query, parseOptions) {
* @param {fetchOptions} a comma-separated list of options used to retrieve the JSON feed from the URL
* @param {query} a comma-separated list of paths to import. Any path starting with one of these paths gets imported.
* @param {parseOptions} a comma-separated list of options that alter processing of the data
* @customfunction
*
* @return a two-dimensional array containing the data, with the first row containing headers
**/
Expand Down

0 comments on commit c6f92c3

Please sign in to comment.