-
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.
Rework endpoints and support
X-Api-Key
header auth (#69)
- Added `/transfers/account` endpoint for transfers related to/from a given account. - Removed path parameter from `/transfers/{trx_id}`, now uses query parameter. Path changed to `/transfers/id`. - Removed `from/to` query parameters from `/transfers` and requires `contract/symcode` instead. - Added `/balance/historical` for block ranges queries. - Added `X-Api-Key` header authentication support for Swagger/GraphQL. - Fixed some endpoint return format - Only support a single chain, `/chains` changed to `/head`. - Updated GraphQL resolvers to support authentication parameters. Can also filter out some operations from the schema. - Removed unused `TABLE` env variable.
- Loading branch information
Showing
14 changed files
with
1,404 additions
and
789 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
Oops, something went wrong.