-
Couldn't load subscription status.
- Fork 13
Add method to receive aggregated data #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs rebasing. It shouldn't include the readme changes.
|
Yes, it requires rebasing once #130 is in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The merge-base changed after approval.
|
Rebased. |
|
Looks like something still needs to be signed? |
This adds support for the API endpoint to query aggregated data based on user-defined formulae. Latter can be passed by the user as strings (e.g. `#CID1 + #CID2`) as documented in the API specs. Signed-off-by: cwasicki <[email protected]>
Signed-off-by: cwasicki <[email protected]>
This adds support for the API endpoint to query aggregated data based on user-defined formulae. Latter can be passed by the user as strings (e.g.
#CID1 + #CID2) as documented in the API specs.Fixes #24