Set of libraries for popular languages programming
Client Libraries
JavaScript/TypeScript
Read examples of using the client library for JavaScript/TypeScript in the extremum.help knowledge library.
User guide
Install the client library for JavaScript/TypeScript using the command:
Installation
Install NodeJS and npm using the official instruction.
Preparation
1
2
3
npm install extremum-sdk
Kotlin
Create a project
Create a project on Kotlin. Add the following dependencies in build.gradle.kts:
Preparation
Install Gradle using the official instruction.
1
2
3
You can also use other package managers, such as Maven.
Read examples of using the Kotlin client library in the extremum.help knowledge library.
plugins {
    id("org.springframework.boot") version "3.0.1"
    // ...
}
dependencies {
    // extremum
    implementation("io.extremum:functions-api:3.0.7")
    implementation("io.extremum.functions:xdoc-java:1.0.6")
    implementation("io.extremum:graphql-client:3.0.20")
    implementation("io.extremum:extremum-model-tools:3.0.2")
    // ...
}
User guide
Python
The library for Python is under development and will be available soon.
Go
The library for Go is under testing and will be available soon.