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
2d24284e85
add test suite for SteamID + enabled travis/cover
fix #2
10 years ago
Rossen Georgiev
9897c592e6
WebAPI: fix set concatenation in python3
10 years ago
Rossen Georgiev
4aa92007af
version bump v0.5.1
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
e686fb4035
version bump to v0.5
10 years ago
Rossen Georgiev
121605fb88
SteamID can now init with steam2 id
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
5f6b65a5e2
fixed SteamID.__str__() not returning a str
10 years ago
Rossen Georgiev
5380594122
added HTTP method to method .doc()
10 years ago
Rossen Georgiev
b43b2cd6fc
steamid.community_url is now https
10 years ago
Rossen Georgiev
1c9235c1e9
WebAPI: added version specific method endpoints
10 years ago
Rossen Georgiev
c8df3adb7d
version bump; v0.3
10 years ago
Rossen Georgiev
2cc0102334
adjust SteamID format properties
10 years ago
Rossen Georgiev
b35b6e27b4
moved enums to seperate module
10 years ago
Rossen Georgiev
2964911e6c
added raw, format parameters to WebAPI
10 years ago
Rossen Georgiev
ff954fbd64
str(SteamID) now returns steamid64
10 years ago
Rossen Georgiev
6fe2ab93d6
added WebAPI; v0.2
10 years ago
Rossen Georgiev
0c5b2937a3
added SteamID outputs to README
10 years ago
Rossen Georgiev
52247faa6f
added SteamID class
10 years ago
Rossen Georgiev
b814fd152b
empty README and setup.py
10 years ago