I have implemented the ApiRequestConfiguration class in my app, but I am unsure how to actually use it.
I understand that you set the headers before the intercept, but then the apply method takes a HTTPRequest, how do I get this out of my generated service methods?
I have implemented the ApiRequestConfiguration class in my app, but I am unsure how to actually use it.
I understand that you set the headers before the intercept, but then the apply method takes a HTTPRequest, how do I get this out of my generated service methods?