Rossen Georgiev
e5e1130e6b
rename steam.util to steam.utils
5 years ago
Rossen Georgiev
ce47476f4c
docs: clean up docstrings
9 years ago
Rossen Georgiev
fd2d8fcb65
webapi: minor identation fix
[ci skip]
9 years ago
Rossen Georgiev
aef88e4547
WebAPI: fix list serialization
9 years ago
Rossen Georgiev
4ee1fef63f
WebAPI: apihost param; get/post shortcuts
* tweaks to WebAPI user guide section
* can now specify hostname for API
* added post/get function as shortcuts for calling endpoints
9 years ago
Rossen Georgiev
d68e9f1f23
docs: add event details for SteamClient; fix typos
9 years ago
Rossen Georgiev
1ecc7ba9dc
webapi: doc() now returns str, instead of print
9 years ago
Rossen Georgiev
3c6f6e83d1
WebAPI: fix param type serialization
9 years ago
Rossen Georgiev
ef3d83964b
make_requests_session + updated WebAPI + docs
9 years ago
Rossen Georgiev
ff1976e27b
WebAPI: now gevent cooperative + updated docs
9 years ago
Rossen Georgiev
6aa7b3e82d
updated docstring in preperation for sphinx
9 years ago
Rossen Georgiev
676d79a348
set stream arg to false for all requests
10 years ago
Rossen Georgiev
24ac0da96d
added http_timeout parameter
10 years ago
Rossen Georgiev
816c5f7731
remove doc() call when building docstrings
10 years ago
Rossen Georgiev
7f57b8e6b7
param name being shortened on non-array parms
10 years ago
Rossen Georgiev
b07f059f6a
fix #4 ; method failing when format=vdf
10 years ago
Rossen Georgiev
ba300941ec
reorginized the code in webapi
10 years ago
Rossen Georgiev
9897c592e6
WebAPI: fix set concatenation in python3
10 years ago
Rossen Georgiev
cbde28afea
WebAPI: fix regression w/ required param check
fix #1
10 years ago
Rossen Georgiev
f5d6bc848c
WebAPI: moved doc() to __doc__; doc() now prints
10 years ago
Rossen Georgiev
73fbf290b3
added 'last_response' attribute to WebAPIMethod
the attribute is a instance of `requests.Response` and it will
hold a reference to the last response for the particular method.
This could be useful for debuging, or reading the body, which may
hold reason information, when http status code is not 200.
10 years ago
Rossen Georgiev
5380594122
added HTTP method to method .doc()
10 years ago
Rossen Georgiev
1c9235c1e9
WebAPI: added version specific method endpoints
10 years ago
Rossen Georgiev
2964911e6c
added raw, format parameters to WebAPI
10 years ago
Rossen Georgiev
6fe2ab93d6
added WebAPI; v0.2
10 years ago