DreamItGetIT / statuscake

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

Upstream, a test's tags are an array of strings now. #20

Closed doertedev closed 6 years ago

doertedev commented 7 years ago

Signed-off-by: Stefan Staudenmeyer stefan.staudenmeyer@instana.com

croman commented 7 years ago

Can you add a documentation link for this change? @doertedev

doertedev commented 7 years ago

https://www.statuscake.com/api/Tests/Get%20All%20Tests.md << see response example beneath.

croman commented 7 years ago

From what I see, inserting / updating a test accepts a string field TestTags, but "Get all tests" returns a string array field called Tags. You are changing the TestTags type but I think you should add a Tags field instead.

doertedev commented 7 years ago

I still don't really get some of your tests, but everything's green on my end now. Can you confirm?