Skip to content
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

Expanding the API to support retrieving paid amounts for approved proposal #1698

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thanhnp95
Copy link

@thanhnp95 thanhnp95 commented Feb 26, 2025

Resoved issue: #1697

Created API to support getting actual payment data for proposal
ApiRoute: /v1/proposals/billedstate
Type: Public API
Input: proposal token
Output: Payment times and amounts paid for proposal
{ "totalbilled": int64, "paidinvoices": [{ "timestamp": int64, "total": int64, }] }

@thanhnp95 thanhnp95 marked this pull request as ready for review February 28, 2025 09:57
Copy link

@ukane-philemon ukane-philemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done @thanhnp95.

@thanhnp95
Copy link
Author

@ukane-philemon I've fixed it. Please check it again for me. Thank you very much!

Copy link

@ukane-philemon ukane-philemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Untested Ack

@thanhnp95
Copy link
Author

@ukane-philemon I don't know when this PR will be merged and what the deployment process is. I think we need to deploy quickly to be able to provide information to the community

@ukane-philemon
Copy link

@thanhnp95, please ask on the politeia channel on element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants