-
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.
Refactor API for new database schemas
* Removed `/chains` endpoint, will use different tables or databases for each chain * Updated documentation * Consistent code style across all files * Added `amount` filter for all endpoints * Added query parameters verification for `supply` endpoint * Updated queries to use MV tables
- Loading branch information
Showing
14 changed files
with
255 additions
and
315 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "antelope-token-api", | ||
"description": "Transfers and account balances from the Antelope blockchains", | ||
"version": "0.1.0", | ||
"description": "Token balances, supply and transfers from the Antelope blockchains", | ||
"version": "2.0.0", | ||
"homepage": "https://github.com/pinax-network/antelope-token-api", | ||
"license": "MIT", | ||
"type": "module", | ||
"authors": [ | ||
{ | ||
"name": "Etienne Donneger", | ||
"email": "[email protected]", | ||
"url": "https://github.com/Krow10" | ||
"url": "https://github.com/0237h" | ||
}, | ||
{ | ||
"name": "Denis Carriere", | ||
|
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.