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:
Device.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 Device extends Api_1.default { constructor(props) { super(props); } /** * Pushes the app to the active users mobile phone(s). * @param app_id * @returns */ install(app_id) { const requestObj = { method: 'post', url: `/mobile/install_app/${app_id}`, }; return this._httpRequest(requestObj); } } exports.default = Device;
Edit
Download
Unzip
Chmod
Delete