Open abdul-alhasany opened 3 months ago
Thanks for this package.
While using it I relized I had to check for error key for each response. It would be great if the library itself did that and then throws an exception.
error
This will make less verbose code and easier to maintain since there will be less if ... throw
if ... throw
Thanks for this package.
While using it I relized I had to check for
error
key for each response. It would be great if the library itself did that and then throws an exception.This will make less verbose code and easier to maintain since there will be less
if ... throw