* Completed the RTM API spec.
commit16c58d6792ef1e2913d3cbe7104fd1687678ea5d
authorMariano Draghi (cHagHi) <mdraghi@gmail.com>
Sun, 23 Mar 2008 19:17:06 +0000 (23 16:17 -0300)
committerMariano Draghi (cHagHi) <mdraghi@gmail.com>
Sun, 23 Mar 2008 19:17:06 +0000 (23 16:17 -0300)
tree5c8237ca1900635b79a67c759b014c1f5b6690a0
parent96a95e5f88722c8c89f0a073f3fbf55a8f978fc2
* Completed the RTM API spec.
* Renamed "name" to "aname" in the __getattr__ and callMethod methods of
  RTMAPICategory. Some of the methods of the RTM API already use "name"
  as a parameter, conflicting with the internal variable of the methods
  in RTMAPICategory.
* Added __all__ attribute to module.
* Use the DEBUG flag to print the json response for debugging purposes.
rtm.py