Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander James Wallar committed Jan 21, 2014
1 parent 9687576 commit 873a2fd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,14 @@ To make use of this API, the Locaudio server and the RethinkDB database must be

### Getting positions of sounds

GET /location/:sound_name
GET /locations/:sound_name


#### Parameters

- `sound_name`: The name of the sounds

#### Return structure
##### If successful

[
{
Expand All @@ -55,13 +54,6 @@ To make use of this API, the Locaudio server and the RethinkDB database must be
confidence: <Float (0 <= F <= 1)>
]

##### If failure

{
error: <Integer: Error code>,
message: <String: Error Message>
}

### Get UI for sound position

GET /viewer/:sound_name
Expand Down

0 comments on commit 873a2fd

Please sign in to comment.