Skip to content

Initial release

Compare
Choose a tag to compare
@lag13 lag13 released this 13 Oct 03:44
· 1 commit to master since this release
Remove request error from function call (#2)

I thought not forcing users to pass in the error resulting from making a
http request made the functions more clear. I could also see people
wanting to take different actions depending on if the request itself
faild (like retrying) vs the response not being what we expected.