Skip to content

Latest commit

 

History

History
81 lines (67 loc) · 3.77 KB

README.md

File metadata and controls

81 lines (67 loc) · 3.77 KB

Go API client for swagger

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

Overview

This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.

  • API version: version not set
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.v3.generators.go.GoClientCodegen

Installation

Put the package under your project folder and add the following in import:

import "./swagger"

Documentation for API Endpoints

All URIs are relative to /

Class Method HTTP request Description
TxServiceApi TxServiceBroadcast Post /api/v1/broadcast
TxServiceApi TxServiceCall Post /api/v1/call
TxServiceApi TxServiceChainInfo Get /api/v1/chain_info
TxServiceApi TxServiceEstimatePrice Post /api/v1/estimate_price
TxServiceApi TxServiceGetAccount Get /api/v1/accounts/{identifier}
TxServiceApi TxServiceGetConfig Get /api/v1/config
TxServiceApi TxServiceGetSchema Get /api/v1/databases/{dbid}/schema
TxServiceApi TxServiceListDatabases Get /api/v1/{owner}/databases
TxServiceApi TxServicePing Get /api/v1/ping
TxServiceApi TxServiceQuery Post /api/v1/query
TxServiceApi TxServiceTxQuery Post /api/v1/tx_query

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author