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 hits_count for monitor #11

Closed davitjnz closed 2 years ago

davitjnz commented 2 years ago

After collect_sample API call is finalized, the component should get the counts for monitor

API route: /get_hits_count

API params: class IdRequestParams(BaseModel): id: str (monitor_id)