DreamItGetIT / statuscake

Go client for statuscake.com
MIT License
16 stars 32 forks source link

Fixing FollowRedirect Option to be a bool instead of int #19

Closed jmherbst closed 7 years ago

jmherbst commented 7 years ago

I initially added this as an int to match the API docs (https://www.statuscake.com/api/Tests/Updating%20Inserting%20and%20Deleting%20Tests.md), but failed to realize the API was actually returning a bool. This should correct the issue.