Closed Torniojaws closed 6 years ago
The Tabs endpoint has been implemented in the backend and is available via:
GET /api/1.0/songs/:id/tabs
With a response like:
{ "songTitle": "Some song", "tabs": [ {"title": "Guitar Pro 5", "filename": "somefile.gp5"}, {"title": "Text", "filename": "somefile.txt"} ] }
static/tabs/filename.ext
All ready. When the next build is updated in PRD, the tabs will be visible.
The Tabs endpoint has been implemented in the backend and is available via:
GET /api/1.0/songs/:id/tabs
With a response like:
static/tabs/filename.ext
first