Hi, this PR is a follow up from #35, the issue was when a GET request to speed-type--retrieve returns a non 200 status code, nil was not returned, this PR fixes that by just checking the status code.
All tests are passing locally for me, I see you've added ci in the last commit, hopefully that should pass now for this PR - EDIT: alright looks good!
Hi, this PR is a follow up from #35, the issue was when a GET request to
speed-type--retrieve
returns a non 200 status code,nil
was not returned, this PR fixes that by just checking the status code.All tests are passing locally for me, I see you've added ci in the last commit, hopefully that should pass now for this PR - EDIT: alright looks good!