Allow custom future and response adapter classes in both RequestsClient and FidoClient through future_adapter_class and response_adapter_class params respectively.
This PR is opened to replace the #426, in which these adapter classes were proposed as class-level attributes.
Coverage increased (+0.02%) to 96.784% when pulling e2f37687963388c021b58e99cd2f482e95c7d34d on andriis:custom-response-and-future-adapter-classes-in-clients into e128330f7a78a5b627504862ccb53763e3a707dc on Yelp:master.
Allow custom future and response adapter classes in both
RequestsClient
andFidoClient
throughfuture_adapter_class
andresponse_adapter_class
params respectively.This PR is opened to replace the #426, in which these adapter classes were proposed as class-level attributes.