Prateek Agarwal
Prateek Agarwal
Is there a way to do `tz 10:00 PST` (my local tz is UTC) and get timezones listed in registered TZs
Thanks for the workflow, its so cool. The current time input is always considered as the local time, what if i want to input other remote tz time and get...
I am trying to mock my HTTP requests using httpretty for [Twisted web client agent](https://twistedmatrix.com/documents/current/web/howto/client.html#issuing-requests) but every time i am getting a `Connection refused error`. Is Twisted Agent not supported...
eg. %, ~, more below: 
Swagger spec has a `info.title` attribute which gives the service name. This can be used to label the client call by title. There should be a way in bravado and...
Client hangs if it is created and cached in the pre-fork phase of running of uwsgi. This only happens for Asynchronous client which uses twisted underneath. As per @bpicolo :...
Relates to #80. I am not sure it got resolved. The flow here deals only for swagger_to_py flow and not the other way round. If there is a date-time param...
[This](http://bravado.readthedocs.org/en/latest/quickstart.html#lets-try-a-post-call) does not work now because of no `get_model` method being exposed. The new way is: ``` python Pet = swagger_client.pet.addPet._model['Pet'] ``` `_model` at operation level is not correct and...
Current message for [the error](https://github.com/Yelp/bravado-core/blob/4840a6e374611bb917226157b5948ee263913abc/bravado_core/validate.py#L35) looks like this: `Unknown type None for value {u'WED': {u'time_start': 9, u'time_end': 22}}` for a definition: ``` WeekHours: { properties: { WED: { $ref: #/definitions/DayHours,...