Complete
Details
Assignee
Ievgen StepanovychIevgen StepanovychReporter
Ievgen StepanovychIevgen StepanovychLabels
Components
Fix versions
Priority
Low
Details
Details
Assignee
Ievgen Stepanovych
Ievgen StepanovychReporter
Ievgen Stepanovych
Ievgen StepanovychLabels
Components
Fix versions
Priority
More fields
More fields
More fields
Katalon Platform
Katalon Platform
Katalon Platform
Created April 30, 2021 at 5:59 AM
Updated July 1, 2022 at 5:24 PM
Resolved May 4, 2021 at 8:56 AM
Problem: we are currently making API calls like this:
```
this . ws . call ( 'core.download' , someparams ). subscribe ((result) => {
}),
```
none of the params are properly typed, and neither is the response.
See if there is a way to make type safety here more stringient and force people to add types.