| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Template
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
Init, optionally populate, new pt_template.Template instance If template_id is supplied, will retrieve complete instance, otherwise just create new empty instance. API call used is v1/template (GET)
|
|
str(x)
|
Retrieve full-form template specified by template_id API call used is v1/template/<template_id> (GET)
|
Retrieve list of existing templates created by owner of API-key Optional parameters are translated into query-modifiers Note that list() returns header-only form of templates. Use get() to retrieve full template. API call used is v1/template/headers (GET)
|
delete existing template API call used is v1/template/<template_id> (DELETE)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Feb 13 17:58:29 2013 | http://epydoc.sourceforge.net |