Clearly define and improve the APIs exposed to the client, so that we return JSON responses and errors (see #14 (diff)), in case it is needed.
Some notes on the mysql monitor
Uniform the API accepting the query to perform and uniform the response sent to the client, at least for a subset of types of possible query. This way we can uniform the way we allow the users to use the equal and notequal we offer, by always getting back as response true (1) or false (0).
Still not done: Then we also let the user to perform arbitrary queries with arbitrary responses that the user is in charge to parse.
Clearly define and improve the APIs exposed to the client, so that we return JSON responses and errors (see #14 (diff)), in case it is needed.
Some notes on the mysql monitor
Uniform the API accepting the query to perform and uniform the response sent to the client, at least for a subset of types of possible query. This way we can uniform the way we allow the users to use the
equalandnotequalwe offer, by always getting back as responsetrue (1)orfalse (0).Still not done: Then we also let the user to perform arbitrary queries with arbitrary responses that the user is in charge to parse.