MythTV  0.26-pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Classes | Functions | Variables
giantbomb::giantbomb_api Namespace Reference

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 = ''

Function Documentation

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.


Variable Documentation

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.

Definition at line 16 of file giantbomb_api.py.

Initial value:
00001 '''
00002 This python script is intended to perform a variety of utility functions to search and access text
00003 metadata and image URLs from GiantBomb. These routines are based on the GiantBomb api. Specifications
00004 for this api are published at http://api.giantbomb.com/documentation/
00005 '''

Definition at line 17 of file giantbomb_api.py.

Definition at line 23 of file giantbomb_api.py.

Definition at line 73 of file giantbomb_api.py.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends