Files
typeshed/third_party/2
Alex Jurkiewicz f8717ccfc4 Add support for request.get's 'params' param (#770)
* Add support for request.get's 'params' param

Requests defines the following API:
`get(url, params=None, **kwargs)`

* Improve typing for requests.get(params)

Add support for string form, and tighten restrictions for the dict form
to allow only string keys/vals. Technically, anything is allowed since
the code (I guess) runs `str(key)` and `str(value)`, but it seems better
to keep the stub somewhat strict so it can help pick up potential
errors.
2016-12-28 11:24:03 -08:00
..
2016-12-19 22:09:35 -08:00
2016-12-19 22:09:35 -08:00
2016-12-19 22:09:35 -08:00
2016-12-19 22:09:35 -08:00
2016-10-26 16:24:49 -07:00
2016-12-20 02:28:12 -08:00
2016-12-20 02:28:12 -08:00
2016-12-19 22:09:35 -08:00
2016-12-20 00:16:44 -08:00
2016-12-19 22:09:35 -08:00
2016-10-26 16:24:49 -07:00
2016-12-22 15:59:29 -08:00
2016-12-24 20:44:57 -08:00
2016-12-21 01:15:26 -08:00