Open

Description
I have a MySQL database which uses a lot of binary columns for storing identifiers and hashes.
In almost any case, those are needed in hex format, but the API always returns these in Base64, so I always need to convert them in and out.
Therefore, I'd like to have a configuration option to change this.