ZettaIO / cachet-client

A python 3.6+ client for the Cachet API : https://cachet-client.readthedocs.io/
MIT License
14 stars 8 forks source link

Possible breaking features due to 2.3/2.4 differences #20

Closed einarf closed 4 years ago

einarf commented 4 years ago

There seems to be some differences i 2.3 and 2.4 api for some features. These are minor, but causes unexpected 400 errors in some cases.

Started setting up 2.3 and 2.4 with docker so we can quickly test both versions. The mocked api should probably also mimic these differences or at least only accept what both cachet versions allow.

einarf commented 4 years ago

Think I sorted this out now.