@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
20 lines • 691 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const utils_1 = require("../utils");
/**
* @action Get Diffbot Article from Web Page
* @section Content Types > Web > Articles
* @icon DownloadArticle
*
* Gets article details, including body text, author, publish date, and more, from every URL passed into the action.
*
* ```js
* getDiffbotArticleFromWebPage();
* ```
*/
const getDiffbotArticleFromWebPage = () => ({
WFWorkflowActionIdentifier: 'is.workflow.actions.getarticle',
WFWorkflowActionParameters: {},
});
exports.default = utils_1.withActionOutput(getDiffbotArticleFromWebPage);
//# sourceMappingURL=getDiffbotArticleFromWebPage.js.map