Minimalistic Node.js wrapper for the DigiSIM API - designed for seamless SIM management, order automation, and instant integration.
- Supports all DigiSIM main endpoints (account, product, etc)
- Universal, easy-to-use request handler with unified response format
- Full error handling and response parsing
-
Clone this repo
git clone https://github.com/NeaByteLab/DigiSIM-Wrapper cd DigiSIM-Wrapper
-
Install dependencies
npm install
-
Example Script
- Check
example.js
for full usage flow and endpoint demonstration. - Check
cli.js
for an interactive CLI usage example with server/country/operator/product/order selection and order ID extraction.
- Check
- Get your API key from DigiSIM user profile
- Copy
ApiWrapper
to your project - Use the code example above to connect and send any command
- Build your CLI, dashboard, or integration easily
- All requests use async/await and return a unified response object.
- Fill
your_product_id
,your_country_id
,operator_name
, andyour_order_id
with values from previous API calls. - See full endpoint docs and request/response details: DigiSIM API Postman Docs
- For API support contact DigiSIM via the website.
MIT © NeaByteLab