Yelp / bravado

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

Make `RequestsClient` immutable. #130

Open prat0318 opened 9 years ago

prat0318 commented 9 years ago

See the comments from #127

analogue commented 9 years ago

This looks fixed in https://github.com/Yelp/bravado/pull/127

dnephin commented 9 years ago

It's mostly done, but the authentication stuff is still mutable (and it doesn't need to be).