feat: add reporting endpoints, consumer api key auth, graphql, and grpc APIs#148
Open
chizzy192 wants to merge 2 commits into
Open
feat: add reporting endpoints, consumer api key auth, graphql, and grpc APIs#148chizzy192 wants to merge 2 commits into
chizzy192 wants to merge 2 commits into
Conversation
…pc APIs ## Summary Implemented four new major features to satisfy issue requirements: - Investor dashboard, performance, compliance, financial, and custom reports. - Consumer API Key generation, rotation, revocation, usage tracking, and rate limiting. - GraphQL queries/mutations with GraphiQL playground and DataLoader integration. - gRPC services for high-performance unary and streaming clients. ## Linked issue Closes Heliobond#50 Closes Heliobond#51 Closes Heliobond#52 Closes Heliobond#53 ## Type of change - [x] Feature - [x] Tests ## Checklist - [x] Tied to an accepted issue - [x] Tests pass locally - [x] New behaviour is covered by tests - [x] No secrets committed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implemented four new major features to satisfy issue requirements:
Type of change
Checklist
Linked issue
Closes #50
Closes #51
Closes #52
Closes #53