-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for empty collection edge case and stability check
- Loading branch information
Conor Flynn
committed
Mar 28, 2023
1 parent
9b44433
commit d3a58c6
Showing
8 changed files
with
69 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
...gine/DeFi Data Engine/src/main/resources/requests/amberdata-sushiswap-protocol.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| request.name= amberdata-sushiswap-protocol | ||
|
|
||
| url.base= https://web3api.io/api/v2/defi/dex/sushiswap/protocol | ||
|
|
||
| url.properties= size,900 | ||
|
|
||
| url.headers= accept,application/json,\ | ||
| x-api-key,. | ||
|
|
||
| data.path= payload,\ | ||
| data | ||
|
|
||
| recursion.type= rest | ||
|
|
||
| recursion.tags= -l,900,\ | ||
| -t,url | ||
|
|
||
| recursion.location= payload,metadata,next | ||
|
|
||
| date.valid= true | ||
|
|
||
| date.location= properties | ||
|
|
||
| date.start= startDate | ||
|
|
||
| date.end= endDate | ||
|
|
||
| date.format= yyyy-MM-dd |