Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
podio-api-client
lib
modules
api
File Content:
Embed.js
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const Api_1 = __importDefault(require("./Api")); class Embed extends Api_1.default { constructor(props) { super(props); } /** * @see https://developers.podio.com/doc/embeds/add-an-embed-726483 * Grabs metadata and returns metadata for the given url such as title, description and thumbnails. * @param {CreateAttributes}attributes * @returns */ create(attributes) { const requestObj = { method: 'post', url: `/embed/`, data: attributes, }; return this._httpRequest(requestObj); } } exports.default = Embed;
Edit
Download
Unzip
Chmod
Delete