Skip to content

Commit

Permalink
Fix links.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Mar 27, 2015
1 parent 3336c93 commit d173f72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ The REST API allows third-party applications to retrive data stored within
BIGSdb databases. To use the REST API, your application will make a HTTP
request and parse the response. The response format is JSON.

*********
*****************************
Resources (under development)
*********
*****************************
* :ref:`/ or /db<db_no_arg>`
* :ref:`/db/{database}<db>`

Expand All @@ -27,7 +27,7 @@ Lists database resources available using the API.

**Optional query parameters:** None

**Example request URI:** http:/rest.pubmlst.org/
**Example request URI:** http://rest.pubmlst.org/

**Response:** List of resource groupings (ordered by name). Groups may consist
of paired databases for sequence definitions and isolate data, or any set of
Expand Down Expand Up @@ -59,7 +59,7 @@ database.

**Optional parameters:** None

**Example request URI:** http:/rest.pubmlst.org/db/pubmlst_neisseria_isolates
**Example request URI:** http://rest.pubmlst.org/db/pubmlst_neisseria_isolates

**Response:** Object containing a subset of the following key/value pairs:

Expand Down

0 comments on commit d173f72

Please sign in to comment.