-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathredocly.yaml
More file actions
25 lines (22 loc) · 966 Bytes
/
redocly.yaml
File metadata and controls
25 lines (22 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# https://docs.coingecko.com/docs/clients-unofficial
apis:
# CoW core API
cow-api@v0.1:
root: https://raw.githubusercontent.com/cowprotocol/services/main/crates/orderbook/openapi.yml
x-openapi-ts:
output: ./libs/repositories/src/gen/cow/cow-api-types.ts
# Public API Swagger JSON
# coingecko-public@v3:
# root: https://docs.coingecko.com/openapi/65bf9cabb0951b0072e2cade
# x-openapi-ts:
# output: ./libs/repositories/src/gen/coingecko/coingecko-public-types.ts
# # CoinGecko API Endpoints (PRO)
# coingecko-pro@v3:
# root: https://docs.coingecko.com/openapi/6584ea6ce07e130056b1af99
# x-openapi-ts:
# output: ./libs/repositories/src/gen/coingecko/coingecko-pro-types.ts
# # Onchain DEX API (GeckoTerminal) Endpoints
# coingecko-dex@v3:
# root: https://docs.coingecko.com/openapi/6585013ec2907b0031346aa4
# x-openapi-ts:
# output: ./libs/repositories/src/gen/coingecko/coingecko-dex-types.ts