===================
API Quick Reference
===================

Below are listed the objects and the methods that are available on the txSpore
client class.


txspore.client.AsyncClient.rest
-------------------------------

 * __init__

   * parameter: parent

 * getAchievementsForUser

   * parameters: username, start, length

 * getAssetsForSporeCast

   * parameters: sporeCastID, start, length

 * getAssetsForUser

   * parameters: username, start, length

 * getBuddiesForUser

   * parameters: username, start, length

 * getCommentsForAsset

   * parameters: assetID, start, length

 * getDailyStats (takes no parameters)

 * getInfoForAsset

   * parameter: assetID

 * getProfileInfo

   * parameter: username

 * getSporeCastsForUser

   * parameter: username

 * getStatsForCreature

   * parameter: creatureID

 * searchAssets

   * parameters: searchType, start, length, assetType


txspore.client.AsyncClient.data
-------------------------------

 * __init__

   * parameter: parent

 * getAchievementDataXML

   * parameters: path, fd

 * getAchievementIcon

   * parameters: achievementID, path, fd

 * getAchievementText

   * parameters: path, fd

 * getAssetDataLargePNG

   * parameters: assetID, path, fd

 * getAssetDataSmallPNG

   * parameters: assetID, path, fd

 * getAssetDataXML

   * parameters: assetID, path, fd

 * getLargeCard

   * parameters: assetID, path, fd

 * getPaintIcon

   * parameters: remoteFilename, path, fd

 * getPaintInfo

   * parameters: path, fd

 * getPartIcon

   * parameters: remoteFilename, path, fd

 * getPartInfo

   * parameters: blockType, path, fd


txspore.client.AsyncClient.atom
-------------------------------

 * __init__

   * parameter: parent

 * getAssetsForUser

   * parameter: username

 * getEventsForAsset

   * parameter: assetID

 * getEventsForUser

   * parameter: username

 * getSporeCastFeed

   * parameter: sporeCastID

 * searchAssets

   * parameters: searchType, start, length


txspore.client.AsyncClient.cache
--------------------------------

 * __init__ (takes no parameters)

 * get

   * parameter: key

 * purge (takes no parameters)

 * remove

   * parameter: key

 * set

   * parameters: key, object
