ibex-app / frontend

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

API call to search the accounts #8

Closed davitjnz closed 2 years ago

davitjnz commented 2 years ago

API call needs to be added to Accounts input on taxonomy-params page

API route: /search_account

API params: class SearchAccountsRequest(BaseModel): substring: str platforms: List[Platform]