Skip to content

Commit 1009564

Browse files
author
Sentio Bot
committed
chore: update
1 parent afdd9b5 commit 1009564

File tree

7 files changed

+25
-23
lines changed

7 files changed

+25
-23
lines changed

doc/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28364,12 +28364,14 @@ <h1>Price</h1>
2836428364
<article id="api-Price-addCoinByGecko-0" data-group="User" data-name="addCoinByGecko" data-version="0">
2836528365
<div class="pull-left">
2836628366
<h1>addCoinByGecko</h1>
28367-
<p>AddCoinByGecko adds a coin by its coingecko id.</p>
28367+
<p>Add coin by Gecko</p>
2836828368
</div>
2836928369
<div class="pull-right"></div>
2837028370
<div class="clearfix"></div>
2837128371
<p></p>
28372-
<p class="marked">coingecko id the API ID of the coin in coingecko web page.
28372+
<p class="marked">adds a coin by its coingecko id.
28373+
28374+
coingecko id the API ID of the coin in coingecko web page.
2837328375

2837428376
please AWARE that the coingecko id is NOT the same as the symbol of the coin.
2837528377

@@ -28505,7 +28507,7 @@ <h3>Usage and SDK Samples</h3>
2850528507
PriceApi *apiInstance = [[PriceApi alloc] init];
2850628508
PriceServiceAddCoinByGeckoRequest *body = ; //
2850728509

28508-
// AddCoinByGecko adds a coin by its coingecko id.
28510+
// Add coin by Gecko
2850928511
[apiInstance addCoinByGeckoWith:body
2851028512
completionHandler: ^(price_service.AddCoinByGeckoResponse output, NSError* error) {
2851128513
if (output) {
@@ -28579,7 +28581,7 @@ <h3>Usage and SDK Samples</h3>
2857928581
var body = new PriceServiceAddCoinByGeckoRequest(); // PriceServiceAddCoinByGeckoRequest |
2858028582

2858128583
try {
28582-
// AddCoinByGecko adds a coin by its coingecko id.
28584+
// Add coin by Gecko
2858328585
price_service.AddCoinByGeckoResponse result = apiInstance.addCoinByGecko(body);
2858428586
Debug.WriteLine(result);
2858528587
} catch (Exception e) {
@@ -28668,7 +28670,7 @@ <h3>Usage and SDK Samples</h3>
2866828670
body = # PriceServiceAddCoinByGeckoRequest |
2866928671

2867028672
try:
28671-
# AddCoinByGecko adds a coin by its coingecko id.
28673+
# Add coin by Gecko
2867228674
api_response = api_instance.add_coin_by_gecko(body)
2867328675
pprint(api_response)
2867428676
except ApiException as e:

openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,8 +1110,8 @@
11101110
},
11111111
"/api/v1/prices/add_coin_by_gecko": {
11121112
"post": {
1113-
"summary": "AddCoinByGecko adds a coin by its coingecko id.",
1114-
"description": "coingecko id the API ID of the coin in coingecko web page.\n\nplease AWARE that the coingecko id is NOT the same as the symbol of the coin.\n\n![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)",
1113+
"summary": "Add coin by Gecko",
1114+
"description": "adds a coin by its coingecko id.\n\ncoingecko id the API ID of the coin in coingecko web page.\n\nplease AWARE that the coingecko id is NOT the same as the symbol of the coin.\n\n![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)",
11151115
"operationId": "AddCoinByGecko",
11161116
"responses": {
11171117
"200": {

src/PriceApi.md

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

src/apis/PriceApi.ts

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

src/types/ObjectParamAPI.ts

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

src/types/ObservableAPI.ts

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

src/types/PromiseAPI.ts

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

0 commit comments

Comments
 (0)