Basic API
Closed this issue · 2 comments
EvilLord666 commented
We should have following API
GET /api/spectrum/
GET /api/spectrum/{id}
- first additional method -
GET /api/spectrum/{id}/samples
<- should list all files with dates of save - second additional method -
GET /api/spectrum/{id}/samples/{sampleName}/spectrum
EvilLord666 commented
2 things should be checked:
- getting bin spectrum data (.spc file)
- getting samples && bin from FTP
EvilLord666 commented
Done, everything is working fine