Skip to content

Commit

Permalink
improve: swagger schema structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mois-ilya committed Aug 19, 2024
1 parent 2c9be7c commit 2e88857
Show file tree
Hide file tree
Showing 5 changed files with 357 additions and 139 deletions.
148 changes: 141 additions & 7 deletions api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6425,7 +6425,8 @@
}
},
"tags": [
"Emulation"
"Emulation",
"Accounts"
]
}
},
Expand Down Expand Up @@ -6846,7 +6847,8 @@
},
"tags": [
"NFT"
]
],
"x-question": "duplicate of getNftHistoryByID ?"
}
},
"/v2/accounts/{account_id}/publickey": {
Expand Down Expand Up @@ -7065,7 +7067,7 @@
}
},
"tags": [
"Accounts"
"Utilities"
]
}
},
Expand Down Expand Up @@ -7811,7 +7813,8 @@
}
},
"tags": [
"Emulation"
"Emulation",
"Events"
]
}
},
Expand Down Expand Up @@ -8169,7 +8172,7 @@
},
"/v2/gasless/estimate/{master_id}": {
"post": {
"description": "Estimates the cost of the given messages and returns a payload to sign.",
"description": "Estimates the cost of the given messages and returns a payload to sign",
"operationId": "gaslessEstimate",
"parameters": [
{
Expand Down Expand Up @@ -8209,6 +8212,7 @@
},
"/v2/gasless/send": {
"post": {
"description": "Submits the signed gasless transaction message to the network",
"operationId": "gaslessSend",
"requestBody": {
"$ref": "#/components/requestBodies/GaslessSend"
Expand Down Expand Up @@ -10077,7 +10081,7 @@
}
},
"tags": [
"Blockchain"
"Utilities"
]
}
},
Expand Down Expand Up @@ -10209,7 +10213,8 @@
}
},
"tags": [
"Emulation"
"Emulation",
"Traces"
]
}
},
Expand Down Expand Up @@ -10376,6 +10381,7 @@
}
},
"tags": [
"Wallet",
"Emulation"
]
}
Expand Down Expand Up @@ -10420,5 +10426,133 @@
{
"url": "http://localhost:8081"
}
],
"tags": [
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/accounts"
},
"name": "Accounts"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/nft"
},
"name": "NFT"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/jettons"
},
"name": "Jettons"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/dns"
},
"name": "DNS"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/wallet"
},
"name": "Wallet"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/rates"
},
"name": "Rates"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/staking"
},
"name": "Staking"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/traces"
},
"name": "Traces"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/events"
},
"name": "Events"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/storage"
},
"name": "Storage"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/connect"
},
"name": "Connect"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/gasless"
},
"name": "Gasless"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/multisig"
},
"name": "Multisig"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/blockchain"
},
"name": "Blockchain"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/liteserver"
},
"name": "Lite Server"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/emulation"
},
"name": "Emulation"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/inscriptions"
},
"name": "Inscriptions"
},
{
"externalDocs": {
"description": "Additional documentation",
"url": "http://79.137.199.63:3000/tonapi/rest-api/utilities"
},
"name": "Utilities"
}
]
}
Loading

0 comments on commit 2e88857

Please sign in to comment.