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

Commit

Permalink
Remove links to api.tshlabs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
56quarters committed Feb 16, 2018
1 parent 6dc30b1 commit d49c657
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 25 deletions.
8 changes: 4 additions & 4 deletions doc/source/api/albums.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Other Parameters
Example request
^^^^^^^^^^^^^^^

* http://api.tshlabs.org/avalon/albums
* http://localhost:8000/avalon/albums

* http://api.tshlabs.org/avalon/albums?query=live
* http://localhost:8000/avalon/albums?query=live

* http://api.tshlabs.org/avalon/albums?order=name&direction=asc
* http://localhost:8000/avalon/albums?order=name&direction=asc

* http://api.tshlabs.org/avalon/albums?order=name&direction=desc&limit=5
* http://localhost:8000/avalon/albums?order=name&direction=desc&limit=5


Possible error responses
Expand Down
8 changes: 4 additions & 4 deletions doc/source/api/artists.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ Other Parameters
Example request
^^^^^^^^^^^^^^^

* http://api.tshlabs.org/avalon/artists
* http://localhost:8000/avalon/artists

* http://api.tshlabs.org/avalon/artists?query=who
* http://localhost:8000/avalon/artists?query=who

* http://api.tshlabs.org/avalon/artists?order=id
* http://localhost:8000/avalon/artists?order=id

* http://api.tshlabs.org/avalon/artists?order=name&limit=10&offset=20
* http://localhost:8000/avalon/artists?order=name&limit=10&offset=20


Possible error responses
Expand Down
8 changes: 4 additions & 4 deletions doc/source/api/genres.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ Other Parameters
Example request
^^^^^^^^^^^^^^^

* http://api.tshlabs.org/avalon/genres
* http://localhost:8000/avalon/genres

* http://api.tshlabs.org/avalon/genres?query=rock
* http://localhost:8000/avalon/genres?query=rock

* http://api.tshlabs.org/avalon/genres?order=name
* http://localhost:8000/avalon/genres?order=name

* http://api.tshlabs.org/avalon/genres?order=name&limit=10
* http://localhost:8000/avalon/genres?order=name&limit=10


Possible error responses
Expand Down
3 changes: 1 addition & 2 deletions doc/source/api/heartbeat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ Error output format
Example request
^^^^^^^^^^^^^^^

* http://api.tshlabs.org/avalon/heartbeat

* http://localhost:8000/avalon/heartbeat
16 changes: 8 additions & 8 deletions doc/source/api/songs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,21 @@ Other Parameters
Example requests
^^^^^^^^^^^^^^^^

* http://api.tshlabs.org/avalon/songs?artist=NOFX
* http://localhost:8000/avalon/songs?artist=NOFX

* http://api.tshlabs.org/avalon/songs?artist_id=b048612e-1207-59f4-bbeb-ba0bc9a48cd1
* http://localhost:8000/avalon/songs?artist_id=b048612e-1207-59f4-bbeb-ba0bc9a48cd1

* http://api.tshlabs.org/avalon/songs?query=Live&artist=The+Bouncing+Souls
* http://localhost:8000/avalon/songs?query=Live&artist=The+Bouncing+Souls

* http://api.tshlabs.org/avalon/songs?album_id=2d24515c-a459-552a-b022-e85d1621425a
* http://localhost:8000/avalon/songs?album_id=2d24515c-a459-552a-b022-e85d1621425a

* http://api.tshlabs.org/avalon/songs?album_id=2d24515ca459552ab022e85d1621425a
* http://localhost:8000/avalon/songs?album_id=2d24515ca459552ab022e85d1621425a

* http://api.tshlabs.org/avalon/songs?genre=Ska
* http://localhost:8000/avalon/songs?genre=Ska

* http://api.tshlabs.org/avalon/songs?genre_id=8794d7b7-fff3-50bb-b1f1-438659e05fe5
* http://localhost:8000/avalon/songs?genre_id=8794d7b7-fff3-50bb-b1f1-438659e05fe5

* http://api.tshlabs.org/avalon/songs?query=anywhere
* http://localhost:8000/avalon/songs?query=anywhere


Possible error responses
Expand Down
4 changes: 1 addition & 3 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ Production Installation
~~~~~~~~~~~~~~~~~~~~~~~

This section will describe one potential way to install, configure, and
run the Avalon Music Server in production. The configuration described is
very similar to how the reference installation of the Avalon Music Server
(http://api.tshlabs.org/avalon/version) is set up.
run the Avalon Music Server in production.

This particular installation uses Gunicorn_, Supervisord_, and Nginx_. We'll
set it up so that it can be deployed to using the included Fabric_ files in
Expand Down

0 comments on commit d49c657

Please sign in to comment.