API Reference

Lean Version

Introduction

Returns a list of lean versions with basic information for each version.

Request

The /lean/versions/read API accepts requests in the following format:

/lean/versions/read Method
/lean/versions/read method takes no parameters.

Responses

The /lean/versions/read API provides a response in the following format:

200 Success

LeanVersionsResponse Model - Contains the LEAN versions with their basic descriptions.
versions object Array
List of LEAN versions with their basic descriptions.
success boolean
Indicate if the API request was successful.
errors string Array
List of errors with the API call.
Example
{
  "versions": [
    "object"
  ],
  "success": true,
  "errors": [
    "string"
  ]
}

You can also see our Videos. You can also get in touch with us via Discord.

Did you find this page helpful?

Contribute to the documentation: