Closed SchoolGuy closed 2 months ago
Fixes #46 Fixes #47
This PR has multiple commits that each on its own tackle a single problem with the client:
rename_system
get_system_handle
fmt.Printf
get_task_status
read_by_who
find_items_paged
The last one could only be improved with generics which I am uncomfortable implementing right now.
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
Fixes #46 Fixes #47
This PR has multiple commits that each on its own tackle a single problem with the client:
rename_system
andget_system_handle
endpointsfmt.Printf
get_task_status
return value and parseread_by_who
arrayfind_items_paged
The last one could only be improved with generics which I am uncomfortable implementing right now.