Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Version: 4.0.x


E.D.D.I allows the generation of REST clients in various languages via Swagger. This page describes how to generate a client.

Prerequisites

Docker, Docker-Compose, Maven

Client generation

To generate a client, follow these steps:

  1. Checkout the E.D.D.I source repo via 

    git clone https://github.com/labsai/EDDI.git
  2. Run

    mvn package -pl client -P generate-client -Dclient.lang=<lang>

    where <lang> is the parameter passed to swagger-codegen's generate command - see swagger-codegen on GitHub for more information about the supported languages.

  3. Find the generated client code under client/target/<lang>.
  • No labels