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
Thanks for this package.
While using it I relized I had to check for
errorkey 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