-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Get endpoint categories from swagger tags; regenerate references; add metadata to new paths * Display transaction endpoints * Design fixes * Design fixes * Design fixes
- Loading branch information
Showing
19 changed files
with
2,708 additions
and
987 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
17 changes: 17 additions & 0 deletions
17
components/ApiReference/examples/-v1-safes-{address}-balances--get.json
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,17 @@ | ||
[ | ||
{ | ||
"tokenAddress": null, | ||
"token": null, | ||
"balance": "100000000000000" | ||
}, | ||
{ | ||
"tokenAddress": "0x111111111117dC0aa78b770fA6A738034120C302", | ||
"token": { | ||
"name": "1INCH Token", | ||
"symbol": "1INCH", | ||
"decimals": 18, | ||
"logoUri": "https://safe-transaction-assets.safe.global/tokens/logos/0x111111111117dC0aa78b770fA6A738034120C302.png" | ||
}, | ||
"balance": "1000000000000000000" | ||
} | ||
] |
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 |
---|---|---|
|
@@ -46,5 +46,6 @@ | |
"value": "0x0000000000000000000000000000000000000000" | ||
} | ||
] | ||
} | ||
}, | ||
"userOperation": null | ||
} |
6 changes: 6 additions & 0 deletions
6
components/ApiReference/examples/-v1-safes-{address}-safe-operations--get.json
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,6 @@ | ||
{ | ||
"count": 0, | ||
"next": null, | ||
"previous": null, | ||
"results": [] | ||
} |
6 changes: 6 additions & 0 deletions
6
components/ApiReference/examples/-v1-safes-{address}-user-operations--get.json
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,6 @@ | ||
{ | ||
"count": 0, | ||
"next": null, | ||
"previous": null, | ||
"results": [] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"count": 0, | ||
"next": null, | ||
"previous": null, | ||
"results": [] | ||
} |
1 change: 1 addition & 0 deletions
1
components/ApiReference/examples/-v2-delegates-{delegate_address}--delete.json
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 @@ | ||
"Deleted" |
19 changes: 19 additions & 0 deletions
19
components/ApiReference/examples/-v2-safes-{address}-collectibles--get.json
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,19 @@ | ||
{ | ||
"count": 1, | ||
"next": null, | ||
"previous": null, | ||
"results": [ | ||
{ | ||
"address": "0x18F36D3222324DdAC1eFD0a524aabFb9D77D8041", | ||
"tokenName": "Glarbs", | ||
"tokenSymbol": "GLARB", | ||
"logoUri": "https://safe-transaction-assets.safe.global/tokens/logos/0x18F36D3222324DdAC1eFD0a524aabFb9D77D8041.png", | ||
"id": "2098", | ||
"uri": "https://tokenofinfection.com/metadata/human/2098", | ||
"name": null, | ||
"description": null, | ||
"imageUri": null, | ||
"metadata": {} | ||
} | ||
] | ||
} |
Oops, something went wrong.