Update the affected functions in rest.ts to use axios directly
Double check the return types of the effected functions
Updated a few API model types based on current hub handler function responses
getApplicationSummaryCSV() URL query param was incorrectly named and could lead to more results returned than expected. Query param updated to the correct name as per the OpenAPI definition / golang handler code.
Changes:
APIClient
rest.ts
to use axios directlygetApplicationSummaryCSV()
URL query param was incorrectly named and could lead to more results returned than expected. Query param updated to the correct name as per the OpenAPI definition / golang handler code.Resolves: #1821 Part-of: #1411