We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
norns
Stub and Add Endpoints to Catalyst-Voices for Norns App Compatibility (No Implementation Needed)
Reference this repository for context: Norns Repository Search.
As listed in this epic. This ticket aims to implement only 6 of them.
/api/v0/settings
App.getAppSettings()
/api/v0/fund/
Fund.show()
/api/v0/proposals
Proposal.index()
Proposal.get_proposal_by_idx(votingHistoryList)
/api//v0/proposals/${id}
Proposal.show(id)
/api/v0/reviews/${proposalId}
Proposal.review(proposalId)
The text was updated successfully, but these errors were encountered:
apskhem
Successfully merging a pull request may close this issue.
Summary
Stub and Add Endpoints to Catalyst-Voices for Norns App Compatibility (No Implementation Needed)
Description
norns
app interacts with the responses.norns
, but do not expose them in the public API. These endpoints will be deprecated and hidden before we go live.Reference this repository for context: Norns Repository Search.
As listed in this epic.
This ticket aims to implement only 6 of them.
/api/v0/settings
-App.getAppSettings()
/api/v0/fund/
-Fund.show()
/api/v0/proposals
-Proposal.index()
/api/v0/proposals
-Proposal.get_proposal_by_idx(votingHistoryList)
/api//v0/proposals/${id}
-Proposal.show(id)
/api/v0/reviews/${proposalId}
-Proposal.review(proposalId)
The text was updated successfully, but these errors were encountered: