Torniojaws / vortech-front

React frontend for the Vortech website
https://vortechmusic.com
MIT License
0 stars 0 forks source link

Show tabs in Releases page #37

Closed Torniojaws closed 6 years ago

Torniojaws commented 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"}
  ]
}
Torniojaws commented 6 years ago

All ready. When the next build is updated in PRD, the tabs will be visible.