UNPKG

infusionsoft-javascript-api

Version:
16 lines (11 loc) 608 B
module.exports = IWebFormService = require('typedef') // THIS CODE WAS GENERATED BY AN AUTOMATED TOOL. Editing it is not recommended. // For more information, see http://github.com/bvalosek/grunt-infusionsoft // Generated on Wed Jan 08 2014 12:43:55 GMT-0600 (CST) // The WebFormService is used to work with web forms within Infusionsoft. .interface('IWebFormService') .define({ // This retrieves the web form names and Id numbers from the application. __xmlrpc__getMap: function(apiKey) {}, // This retrieves the HTML for the given web form __xmlrpc__getHTML: function(webFormId) {} });