4.0.7 • Published 1 year ago

yemot-new-api v4.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

yemot-api

install

npm i yemot-new-api

מבוסס המודול ש- musicode1 בנה. כאן אני משפר הכל

exemple

const yemot_api = require("./");

(async () => {

	const y = new yemot_api("0773137770", "1234");

	/** קבלת מספר יחידות */
	let r = await y.get_session();

	console.log(r);

	/** העלאת קובץ */
	try {
	let data = await y.upload_big_audio("ivr/111","./video.mp4",true);
	console.log(data);
	/** הורדת קובץ */
	} catch (error) {
		console.error(error);
	}

})();
4.0.5

1 year ago

4.0.4

1 year ago

4.0.7

1 year ago

4.0.6

1 year ago

4.0.3

1 year ago

4.0.2

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

3.2.0

1 year ago