Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentio Bot committed Dec 23, 2024
1 parent afdd9b5 commit 1009564
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 23 deletions.
12 changes: 7 additions & 5 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28364,12 +28364,14 @@ <h1>Price</h1>
<article id="api-Price-addCoinByGecko-0" data-group="User" data-name="addCoinByGecko" data-version="0">
<div class="pull-left">
<h1>addCoinByGecko</h1>
<p>AddCoinByGecko adds a coin by its coingecko id.</p>
<p>Add coin by Gecko</p>
</div>
<div class="pull-right"></div>
<div class="clearfix"></div>
<p></p>
<p class="marked">coingecko id the API ID of the coin in coingecko web page.
<p class="marked">adds a coin by its coingecko id.

coingecko id the API ID of the coin in coingecko web page.

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

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

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

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

try:
# AddCoinByGecko adds a coin by its coingecko id.
# Add coin by Gecko
api_response = api_instance.add_coin_by_gecko(body)
pprint(api_response)
except ApiException as e:
Expand Down
4 changes: 2 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1110,8 +1110,8 @@
},
"/api/v1/prices/add_coin_by_gecko": {
"post": {
"summary": "AddCoinByGecko adds a coin by its coingecko id.",
"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)",
"summary": "Add coin by Gecko",
"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)",
"operationId": "AddCoinByGecko",
"responses": {
"200": {
Expand Down
4 changes: 2 additions & 2 deletions src/PriceApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/apis/PriceApi.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/types/ObjectParamAPI.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/types/ObservableAPI.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/types/PromiseAPI.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1009564

Please sign in to comment.