ibex-app / frontend

The repository holds the code for front end application to analyze and visualize the results
0 stars 0 forks source link

Get sample #9

Closed davitjnz closed 2 years ago

davitjnz commented 2 years ago

On taxonomy route, on 'get sample' button clicked, /collect_sample API call needs to be fired.

API route: /collect_sample

API Parms: IdRequestParams(BaseModel): id: str (monitor_id)

davitjnz commented 2 years ago

Before calling get_sample API route, edit_monitor API request needs to be called