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
Alternatively, you can generate SDKs by yourself.
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:
Using OpenAPI Generator
Follow the instructions on this repository. The input which is the
asset-swagger.yaml
file is independent on any external tools.
Each language have got specific key-value JSON configuration for it. See here for a language-specific configuration definitions.