Joshua May
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
steam/webapi.py
|
|
@ -1,7 +1,7 @@ |
|
|
|
""" |
|
|
|
WebAPI provides a thin wrapper over `Steam's Web API <https://developer.valvesoftware.com/wiki/Steam_Web_API>`_ |
|
|
|
|
|
|
|
It is very fiendly to exploration and prototyping when using ``ipython``, ``notebooks`` or similar. |
|
|
|
It is very friendly to exploration and prototyping when using ``ipython``, ``notebooks`` or similar. |
|
|
|
The ``key`` will determine what WebAPI interfaces and methods are available. |
|
|
|
|
|
|
|
.. note:: |
|
|
|