-
Notifications
You must be signed in to change notification settings - Fork 0
General
OnCloud edited this page Jan 3, 2025
·
2 revisions
Important
Before making API calls, client must be initialized.
const requestTimeout = 1 * 1000; // default is 3 seconds
const testConnection = await virtfusion.general.testConnection({
timeout: requestTimeout,
});
Note
The project is under active development, with features being implemented incrementally. For detailed features support list, please refer to the Roadmap Page.