Skip to content

Commit

Permalink
feat: automatic push to dev_guide from CI [tag=v1.4.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
qed-it-deploy-1 committed Jun 13, 2019
1 parent f558d57 commit 6dc8d77
Show file tree
Hide file tree
Showing 212 changed files with 3,196 additions and 563 deletions.
13 changes: 11 additions & 2 deletions go/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 1.3.0
- API version: 1.4.0
- Package version: 1.1.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down Expand Up @@ -33,11 +33,14 @@ Class | Method | HTTP request | Description
*AnalyticsApi* | [**AnalyticsGetNetworkActivityPost**](docs/AnalyticsApi.md#analyticsgetnetworkactivitypost) | **Post** /analytics/get_network_activity | Get details on past blocks
*HealthApi* | [**HealthPost**](docs/HealthApi.md#healthpost) | **Post** /health | Perform a healthcheck of the node and its dependent services
*NodeApi* | [**NodeDeleteWalletPost**](docs/NodeApi.md#nodedeletewalletpost) | **Post** /node/delete_wallet | Delete a wallet
*NodeApi* | [**NodeExportAuditorAccessWalletPost**](docs/NodeApi.md#nodeexportauditoraccesswalletpost) | **Post** /node/export_auditor_access_wallet | Export a viewing key that allows an auditor to view all transactions to and from a wallet. The viewing key is encrypted for the auditor identified by recipient_payment_address. The viewing key does not enable the auditor to make transactions.
*NodeApi* | [**NodeExportWalletPost**](docs/NodeApi.md#nodeexportwalletpost) | **Post** /node/export_wallet | Export wallet secret key
*NodeApi* | [**NodeGenerateWalletPost**](docs/NodeApi.md#nodegeneratewalletpost) | **Post** /node/generate_wallet | Generate a new wallet
*NodeApi* | [**NodeGetAllWalletsPost**](docs/NodeApi.md#nodegetallwalletspost) | **Post** /node/get_all_wallets | Get all wallet labels
*NodeApi* | [**NodeGetRulesPost**](docs/NodeApi.md#nodegetrulespost) | **Post** /node/get_rules | Get network governance rules
*NodeApi* | [**NodeGetTaskStatusPost**](docs/NodeApi.md#nodegettaskstatuspost) | **Post** /node/get_task_status | Get all tasks in the node
*NodeApi* | [**NodeGetTaskStatusPost**](docs/NodeApi.md#nodegettaskstatuspost) | **Post** /node/get_task_status | Get a specific task (by ID)
*NodeApi* | [**NodeGetTasksPost**](docs/NodeApi.md#nodegettaskspost) | **Post** /node/get_tasks | Get a list of tasks by results/types
*NodeApi* | [**NodeImportAuditorAccessWalletPost**](docs/NodeApi.md#nodeimportauditoraccesswalletpost) | **Post** /node/import_auditor_access_wallet | Import a viewing key generated by export_auditor_access_wallet. This will create a read-only wallet which can be queried with endpoints such as get_activity and get_balances, but cannot be used to perform transactions.
*NodeApi* | [**NodeImportWalletPost**](docs/NodeApi.md#nodeimportwalletpost) | **Post** /node/import_wallet | Import wallet from secret key
*NodeApi* | [**NodeUnlockWalletPost**](docs/NodeApi.md#nodeunlockwalletpost) | **Post** /node/unlock_wallet | Unlocks a wallet for a given amount of seconds [async call]
*WalletApi* | [**WalletCreateRulePost**](docs/WalletApi.md#walletcreaterulepost) | **Post** /wallet/create_rule | Create & broadcast add-config-rule [async call]
Expand All @@ -61,6 +64,7 @@ Class | Method | HTTP request | Description
- [AnalyticsAssetConverterProofDescription](docs/AnalyticsAssetConverterProofDescription.md)
- [AnalyticsConfidentialIssuanceDescription](docs/AnalyticsConfidentialIssuanceDescription.md)
- [AnalyticsIssueTx](docs/AnalyticsIssueTx.md)
- [AnalyticsMultiTransferTx](docs/AnalyticsMultiTransferTx.md)
- [AnalyticsOutput](docs/AnalyticsOutput.md)
- [AnalyticsOutputDescription](docs/AnalyticsOutputDescription.md)
- [AnalyticsPublicIssuanceDescription](docs/AnalyticsPublicIssuanceDescription.md)
Expand All @@ -77,6 +81,8 @@ Class | Method | HTTP request | Description
- [DeleteRuleRequest](docs/DeleteRuleRequest.md)
- [DeleteWalletRequest](docs/DeleteWalletRequest.md)
- [ErrorResponse](docs/ErrorResponse.md)
- [ExportAuditorAccessWalletRequest](docs/ExportAuditorAccessWalletRequest.md)
- [ExportAuditorAccessWalletResponse](docs/ExportAuditorAccessWalletResponse.md)
- [ExportWalletRequest](docs/ExportWalletRequest.md)
- [ExportWalletResponse](docs/ExportWalletResponse.md)
- [GenerateWalletRequest](docs/GenerateWalletRequest.md)
Expand All @@ -90,12 +96,15 @@ Class | Method | HTTP request | Description
- [GetRulesResponse](docs/GetRulesResponse.md)
- [GetTaskStatusRequest](docs/GetTaskStatusRequest.md)
- [GetTaskStatusResponse](docs/GetTaskStatusResponse.md)
- [GetTasksRequest](docs/GetTasksRequest.md)
- [GetTasksResponse](docs/GetTasksResponse.md)
- [GetWalletActivityRequest](docs/GetWalletActivityRequest.md)
- [GetWalletActivityResponse](docs/GetWalletActivityResponse.md)
- [GetWalletBalanceRequest](docs/GetWalletBalanceRequest.md)
- [GetWalletBalanceResponse](docs/GetWalletBalanceResponse.md)
- [HealthcheckResponse](docs/HealthcheckResponse.md)
- [HealthcheckResponseItem](docs/HealthcheckResponseItem.md)
- [ImportAuditorAccessWalletRequest](docs/ImportAuditorAccessWalletRequest.md)
- [ImportWalletRequest](docs/ImportWalletRequest.md)
- [IssueAssetRequest](docs/IssueAssetRequest.md)
- [Rule](docs/Rule.md)
Expand Down
Loading

0 comments on commit 6dc8d77

Please sign in to comment.