Skip to content
Pavel Kuzmin edited this page Aug 5, 2020 · 7 revisions

Documentation

Welcome to the onlinesim-api wiki!

Installation

Require this package in your package.json or install it by running:

npm install onlinesim-js-api

Basic Usage

import OnlineSimDriver from "onlinesim-js-api";
...
const apikey = 'apikey';
const driver = new OnlineSimDriver(apikey)
$api - driver.{apiname}().{method}().then((result)....

Params

Name Description
apikey your apikey from onlinesim.ru
lang locale ru or en, not require
dev_id your dev_id, not require

API

GetUser API

GetNumbers API

GetRent API

GetProxy API

GetForward API

GetFree API

Clone this wiki locally