Client

In the Client section, you can choose the programming language for generating the client code associated with the backend.

Currently, Java and Kotlin are available as programming languages. This client code enables you to call backend functions, facilitating interaction with the backend services seamlessly.

Note: Kotlin is currently in beta stage.

  • Programming Language: Java or Kotlin

  • Source code directory: The parent directory of the root package and model package.

  • Root package: This package contains the class to execute the backend functions. This package is also the parent package of the model package.

  • Model package: This package contains all models, classes and enums.

Last updated