| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Pass
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
Init, optionally populate, new pt_pass.Pass instance If template_id and template_fields_model are supplied, will create new complete instance, else just create empty instance. API call used is v1/pass/<template_id> (POST)
|
|
|
str(x)
|
Create new Pass from specified template. API call used is v1/pass/<template_id> (POST)
|
Update existing pass API call used is v1/pass/<pass_id> (PUT)
|
Update installed passes using push method API call used is v1/pass/<pass_id>/push (PUT)
|
Retrieve existing pass with specified ID API call used is v1/pass/<pass_id> (GET)
|
Retrieve list of existing passes created by owner of API-key If template_id is specified, retrieve only passes associated with that template Other parameters are translated into query-modifiers Note that list() returns abbreviated form of passes. Use get() to retrieve full pass. API call used is v1/pass (GET)
|
Download pkpass file corresponding to existing pass with specified ID API call used is v1/pass/<pass_id>/download (GET)
|
delete existing pass API call used is v1/pass/<pass_id> (DELETE)
|
add locations to an existing pass API call used is v1/pass/<pass_id>/locations (POST)
|
delete existing location from pass API call used is v1/pass/<pass_id>/location/<location_id> (DELETE)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Feb 13 17:58:29 2013 | http://epydoc.sourceforge.net |