Mainflux.mainflux/readers/api
Manuel Imperiale f0f60e2d2a
MF-1314 - Add value comparison filters for readers (#1353)
* MF-1314 - Add value comparison filters for readers

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

* Check if comparison parameter is valid

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

* Use eq, lt, lte, gt, gte as comparison operator keys

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

* Use consts for comparison operators

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

* Use comparator naming instead of comparison

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

* Fix openapi.yml

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

* Fix typo

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
2021-02-09 22:44:04 +01:00
..
endpoint.go MF-1061 - Add PageMetadata to readers (#1333) 2021-01-26 12:23:15 +01:00
endpoint_test.go MF-1314 - Add value comparison filters for readers (#1353) 2021-02-09 22:44:04 +01:00
logging.go MF-1061 - Add PageMetadata to readers (#1333) 2021-01-26 12:23:15 +01:00
metrics.go MF-1061 - Add PageMetadata to readers (#1333) 2021-01-26 12:23:15 +01:00
requests.go MF-1314 - Add value comparison filters for readers (#1353) 2021-02-09 22:44:04 +01:00
responses.go MF-1061 - Add PageMetadata to readers (#1333) 2021-01-26 12:23:15 +01:00
transport.go MF-1314 - Add value comparison filters for readers (#1353) 2021-02-09 22:44:04 +01:00