Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.27 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.27 KB

Asset transfers SDKs

This repository provides the means to operate the QED-it asset transfers API.

The HTTP API is specified using the OpenAPI specification.

Check out QEDIT's swagger UI running and using the spec file from this repository

SDK repositories generated by QEDIT

Alternatively, you can generate SDKs by yourself.

Generate SDK

Using docker and the batteries included Makefile

Simply run make <language>. Currently the supported languages in the Makefile and generate_in_docker.sh script are:

  • Go
  • Python
  • JS

Alternatively you can use the other method of generating the SDK:

Follow the instructions on this repository. The input which is the asset-swagger.yaml file is independent on any external tools.

Config files

Each language have got specific key-value JSON configuration for it. See here for a language-specific configuration definitions.