We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d832e2d commit ee748d4Copy full SHA for ee748d4
README.md
@@ -54,6 +54,10 @@ provider = Inventory("steamsupply", "9st947vs0qmgfpeqde1gj92l0oqmhysm")
54
# using steam as inventory provider
55
provider = Inventory() # or Inventory("steamcommunity")
56
57
+# using a custom api as inventory provider
58
+# requests will be sent to {url}/inventory/{steam_id}/{app_id}/{context_id}?api_key=apikey
59
+provider = Inventory("http://localhost:8000", "9st947vs0qmgfpeqde1gj92l0oqmhysm")
60
+
61
# get an inventory
62
inventory = provider.fetch("76561198253325712")
63
```
@@ -124,4 +128,4 @@ socket.listen()
124
128
```bash
125
129
# tf2-utils/
126
130
python -m unittest
127
-```
131
+```
0 commit comments