Open adriatic opened 7 years ago
Things I need:
/api/samples/getAll
/api/samples/get/<sample-id>
/api/samples/get-autocomplete/<sample-id>
I think that's it for now. Of course we need more later, like some POST or PUT requests to same tags. Also I wanted to have a closer look at routing so we don't need to load all samples right from the start.
POST
PUT
Things I need:
/api/samples/getAll
/api/samples/get/<sample-id>
/api/samples/get-autocomplete/<sample-id>
I think that's it for now. Of course we need more later, like some
POST
orPUT
requests to same tags. Also I wanted to have a closer look at routing so we don't need to load all samples right from the start.