Home | Trees | Indices | Help |
|
---|
|
Class encapsulating common actions for the PamFax API
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Returns the current settings for timezone and currency. This is the format/timezone ALL return values of the API are in. These are taken from the user (if logged in, the api user's settings or the current ip address) |
Returns file content. Will return binary data and headers that give the filename and mimetype. Note: User identified by usertoken must be owner of the file or the owner must have shared this file to the requesting user. Share dependencies are resolved (dependend on the type) via the fax_inbox, fax_history_files or user_covers table. Arguments: file_uuid -- The uuid of the file to get |
Returns Geo information based on the given IP address (IPV4) Arguments: ip -- the ip to get geo information off |
Returns a preview page for a fax. May be in progress, sent or from inbox. Arguments: uuid -- The uuid of the fax to get preview for page_no -- Page number to get (1,2,...) max_width -- Maximum width in Pixel max_height -- Maximum height in Pixel |
Returns all countries in the given zone Result includes their translated names, countrycode and country-prefix. Arguments: zone -- Zone of the country which is wanted (1-7) |
Returns the list of supported currencies. Result contains convertion rates too. If code is given will only return the specified currency's information. Keyword arguments: code -- CurrencyCode |
List all available languages. Result may be filtered tso that only languages are returned that are at least translated $min_percent_translated % Keyward arguments: min_percent_translated -- the percentage value the languages have to be translated |
Returns a list of strings translated into the given language. Arguments: ids -- array of String identifiers. You may also pass a comma separated list as $ids[0] (ids[0]=BTN_YES,BTN_NO). Keyword arguments: culture -- culture identifier, defaults to users culture. Accepts full culture-codes like en-US, de-DE and just a language code like en, de, ... |
Lists the current Versions. Result contains versions for the PamFax Gadget, Client etc and returns the version and update url |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 21 21:30:31 2011 | http://epydoc.sourceforge.net |