Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 443 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 443 Bytes

MeMaS-api

This package contains the OpenAPI specs of MeMaS, as well as gradle scripts using OpenAPI Generator to generate MeMaS client and SDKs for various languages.

Currently we generated clients and sdks for the following languages:

  • Java
  • Python
  • Typescript (Node)
  • Go
  • Rust

They have each been cloned as submodules in this repo. Running commands like ./gradlew javaClient or ./gradlew javaSDK will regenerate these packages.