Files
galaxy/doc/source/ts_api_doc.rst
T
Eric Rasche 7f167ef364 Add developer documentation to docs
- Extract quickstart
- reorg GX/TS Doc index
2015-08-26 17:39:56 -05:00

18 lines
568 B
ReStructuredText

Tool Shed API Documentation
===========================
The Galaxy Tool Shed can be accessed programmatically using API described
here via shell scripts and other programs.
To interact with the API you first need to log in as your user, navigate
to the API Keys page in the User menu, and generate a new API key. This
key you have to attach to every request as a parameter. Example:
::
GET https://toolshed.g2.bx.psu.edu/api/repositories?q=fastq?key=SOME_KEY_HERE
.. toctree::
:maxdepth: 3
Toolshed API Documentation <lib/galaxy.webapps.tool_shed.api>