Open
Description
Since we are using the users API keys we should keep in mind that some of the databases have restrictions on how many queries we can send per second/day/week.
To not lock the keys we should implement those limits somewhere.
That the wrapper classes will contain the information about the limits is pretty clear but I am not too sure on which layer those limits are observed and followed.