Skip to content
Martin Stancanelli edited this page May 3, 2017 · 14 revisions

Tallerify App Server REST API

GET /tracks/$id

Response:

{
  "songId": 123456,
  "url": "http://tallerify.com/tracks/moonlight.mp3"
}

GET /ping

Response:

{
  "ping": "pong"
}
Clone this wiki locally