Skip to content
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.

Latest commit

 

History

History

generators

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Generators

These files generate the source code you can use as a base for your clients and servers.

Generation uses the swagger-codegen repository. We generate

  • Python Client
    • with upload to pypi
  • node package

Installation

Install Java:

sudo apt-get -y install default-jre python3-pip

Usage

You can generate the python client like this:

scripts/generate_python_client.sh

Additionally, you may want to have a look at the server tests if you want to implement a server.