Categorygithub.com/qed-it/asset_transfers_dev_guide

# README

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 maintained 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:

Using OpenAPI Generator

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.

# Packages

No description provided by the author