Classes | |
| class | OutStreamEncoder |
| class | gamedbQueries |
Functions | |
| def | main |
Variables | |
| string | __title__ = "giantbomb_api - Simple-to-use Python interface to The GiantBomb's API (api.giantbomb.com)" |
| string | __author__ = "R.D. Vaughan" |
| string | __purpose__ |
| string | __version__ = "v0.1.0" |
| string | version = '' |
| def giantbomb::giantbomb_api::main | ( | void | ) |
Simple example of using giantbomb_api - it just searches for any Game with the word "Grand" in its title and returns a list of matches in Universal XML format. Also gets game details using a GameBomb#.
Definition at line 457 of file giantbomb_api.py.
| string giantbomb::giantbomb_api::__title__ = "giantbomb_api - Simple-to-use Python interface to The GiantBomb's API (api.giantbomb.com)" |
Definition at line 15 of file giantbomb_api.py.
| string giantbomb::giantbomb_api::__author__ = "R.D. Vaughan" |
Definition at line 16 of file giantbomb_api.py.
''' This python script is intended to perform a variety of utility functions to search and access text metadata and image URLs from GiantBomb. These routines are based on the GiantBomb api. Specifications for this api are published at http://api.giantbomb.com/documentation/ '''
Definition at line 17 of file giantbomb_api.py.
| string giantbomb::giantbomb_api::__version__ = "v0.1.0" |
Definition at line 23 of file giantbomb_api.py.
| list giantbomb::giantbomb_api::version = '' |
Definition at line 73 of file giantbomb_api.py.
1.6.3