API extensible via plugins from @novastar/gen.

Original API contains more than a thousand methods, and you won't need all of them, so you just include the methods you need, and they will be embedded into your Session instance

interface API {
    version: "2.0";
}

Properties

Properties

version