Yelp / bravado

Bravado is a python client library for Swagger 2.0 services
Other
604 stars 117 forks source link

Allow custom future and response adapter classes in clients #430

Closed andriis closed 5 years ago

andriis commented 5 years ago

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.

coveralls commented 5 years ago

Coverage Status

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.

andriis commented 5 years ago

@sjaensch what do you think?