api
api copied to clipboard
Every handler needs to inject the config even if is not needed
Every new handler needs to inject the config in order to work, even if you create a simple handler for outputing a simple get response.
This is because the method isGetCollectionRequest
from HandlerTrait request it.
I think this is related to #269