Pēteris Caune
|
a62350cdad
|
In the "List checks" API response, the "next_ping" date was incorrect for checks using cron syntax. Fixed.
|
2017-06-29 14:41:13 +03:00 |
|
Pēteris Caune
|
47d93c2522
|
Stricter UUID validation.
|
2017-06-08 17:02:26 +03:00 |
|
Pēteris Caune
|
5dafc07c29
|
Return 403 when API key is wrong. Return 404 when resource not found. Return 405 when request method is wrong. Return 400 when request syntax is wrong.
|
2017-03-10 10:35:21 +02:00 |
|
Pēteris Caune
|
c5568b6dd1
|
Move json validation code to a separate file, add support for array and enum, add tests.
|
2016-09-23 14:08:31 +03:00 |
|
Pēteris Caune
|
af997446f3
|
Add support for authentication with X-Api-Key header.
|
2016-07-07 20:07:10 +03:00 |
|
Pēteris Caune
|
5725a3a30a
|
Use six.string_types. This hopefully fixes python 2 test failures.
|
2016-02-16 23:50:41 +02:00 |
|
Pēteris Caune
|
5d2edfa4a0
|
First stab at API, POST /api/v1/checks
|
2016-02-16 23:41:40 +02:00 |
|
Pēteris Caune
|
947f686c61
|
Organize imports using isort.
|
2015-11-02 23:55:33 +02:00 |
|
Pēteris Caune
|
969626c0fa
|
Validate UUID, more tests.
|
2015-07-28 20:46:17 +03:00 |
|