Freeside:4:Documentation:Developer/FS/part export/thinktel

From Freeside
< Freeside:4:Documentation:Developer‎ | FS‎ | part export
Revision as of 08:38, 18 November 2015 by Jeremyd (talk | contribs) (Edit via perl MediaWiki framework (1.13))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
queue_api_request METHOD, ENDPOINT, CONTENT, JOB
Adds a queue job to make a REST request.
api_request METHOD, ENDPOINT[, CONTENT ]
Makes a REST request using METHOD, to URL ENDPOINT (relative to the API base). For POST or PUT requests, CONTENT is the content to submit, as a hashref. Returns the decoded response; generally, on failure, this will have a 'Message' element.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 593:
'=item' outside of any '=over'