Skip to content

Commit 102d1f0

Browse files
committed
chore: regen openapi and format w/ golines
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 79724b8 commit 102d1f0

28 files changed

+1381
-527
lines changed

openapi/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
77

88
- API version: 1.0
99
- Package version: 1.0.0
10-
- Generator version: 7.8.0-SNAPSHOT
10+
- Generator version: 7.11.0-SNAPSHOT
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1212
For more information, please visit [https://blinklabs.io](https://blinklabs.io)
1313

@@ -75,12 +75,11 @@ ctx = context.WithValue(context.Background(), openapi.ContextOperationServerVari
7575

7676
## Documentation for API Endpoints
7777

78-
All URIs are relative to *http://localhost/api*
78+
All URIs are relative to */api*
7979

8080
Class | Method | HTTP request | Description
8181
------------ | ------------- | ------------- | -------------
8282
*ChainsyncAPI* | [**ChainsyncSyncGet**](docs/ChainsyncAPI.md#chainsyncsyncget) | **Get** /chainsync/sync | Start a chain-sync using a websocket for events
83-
*DefaultAPI* | [**LocaltxsubmissionTxPost**](docs/DefaultAPI.md#localtxsubmissiontxpost) | **Post** /localtxsubmission/tx | Submit Tx
8483
*LocalstatequeryAPI* | [**LocalstatequeryCurrentEraGet**](docs/LocalstatequeryAPI.md#localstatequerycurrenteraget) | **Get** /localstatequery/current-era | Query Current Era
8584
*LocalstatequeryAPI* | [**LocalstatequeryEraHistoryGet**](docs/LocalstatequeryAPI.md#localstatequeryerahistoryget) | **Get** /localstatequery/era-history | Query Era History
8685
*LocalstatequeryAPI* | [**LocalstatequeryGenesisConfigGet**](docs/LocalstatequeryAPI.md#localstatequerygenesisconfigget) | **Get** /localstatequery/genesis-config | Query Genesis Config
@@ -90,6 +89,7 @@ Class | Method | HTTP request | Description
9089
*LocaltxmonitorAPI* | [**LocaltxmonitorHasTxTxHashGet**](docs/LocaltxmonitorAPI.md#localtxmonitorhastxtxhashget) | **Get** /localtxmonitor/has_tx/{tx_hash} | Check if a particular TX exists in the mempool
9190
*LocaltxmonitorAPI* | [**LocaltxmonitorSizesGet**](docs/LocaltxmonitorAPI.md#localtxmonitorsizesget) | **Get** /localtxmonitor/sizes | Get mempool capacity, size, and TX count
9291
*LocaltxmonitorAPI* | [**LocaltxmonitorTxsGet**](docs/LocaltxmonitorAPI.md#localtxmonitortxsget) | **Get** /localtxmonitor/txs | List all transactions in the mempool
92+
*LocaltxsubmissionAPI* | [**LocaltxsubmissionTxPost**](docs/LocaltxsubmissionAPI.md#localtxsubmissiontxpost) | **Post** /localtxsubmission/tx | Submit Tx
9393

9494

9595
## Documentation For Models

openapi/api/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
title: cardano-node-api
1212
version: "1.0"
1313
servers:
14-
- url: http://localhost/api
14+
- url: /api
1515
paths:
1616
/chainsync/sync:
1717
get:
@@ -259,6 +259,8 @@ paths:
259259
type: string
260260
description: Server Error
261261
summary: Submit Tx
262+
tags:
263+
- localtxsubmission
262264
components:
263265
schemas:
264266
api.responseApiError:

openapi/api_chainsync.go

Lines changed: 62 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)