49c8c187d62eefad13f63e8e01fe12f820eb0ef9 lrnassar Tue May 28 15:02:26 2019 -0700 Updating api.html based on Ann suggestions #18869 diff --git src/hg/htdocs/goldenPath/help/api.html src/hg/htdocs/goldenPath/help/api.html index 5dfafdd..d043118 100755 --- src/hg/htdocs/goldenPath/help/api.html +++ src/hg/htdocs/goldenPath/help/api.html @@ -22,62 +22,62 @@
Practical examples

What is JSON data?

JSON data is a data transfer syntax from a data provider to a data consumer. See also: JSON Introduction

What is the access URL?

-This access url: https://api.genome.ucsc.edu/ is used to access +This access URL: https://api.genome.ucsc.edu/ is used to access the endpoint functions. For example:

     wget -O- 'https://api.genome.ucsc.edu/list/publicHubs'
 

What type of data can be accessed?

The following data sets can be accessed at this time:

Endpoint functions to return data

-The url https://api.genome.ucsc.edu/ is used to access +The URL https://api.genome.ucsc.edu/ is used to access the endpoint functions. For example:

     curl -L 'https://api.genome.ucsc.edu/list/ucscGenomes'