Skip to content

Feature/implement polls#73

Open
LineOfC0d3 wants to merge 7 commits intomainfrom
feature/ImplementPolls
Open

Feature/implement polls#73
LineOfC0d3 wants to merge 7 commits intomainfrom
feature/ImplementPolls

Conversation

@LineOfC0d3
Copy link
Copy Markdown
Collaborator

Implement Issue #25

Adds models and functions for

  • Creating new polls (POST /v1/polls/{number}) -> AddPollRequest
  • Closing a poll (DELETE /v1/polls/{number}) -> ClosePollRequest
  • Voting in a poll (POST /v1/polls/{number}/vote) -> VotePollRequest

Adds UnitTests for JSON Serialization and Extension methods

@st0o0 st0o0 force-pushed the feature/ImplementPolls branch 2 times, most recently from 64f422e to 3b28678 Compare April 7, 2026 04:42
@st0o0 st0o0 force-pushed the feature/ImplementPolls branch from 3b28678 to 4b6cd04 Compare April 7, 2026 04:51
@LineOfC0d3
Copy link
Copy Markdown
Collaborator Author

PR is ready
@st0o0 ready for review?

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