feat: Implement Query endpoint for Connections puzzles
This commit is contained in:
@@ -4,4 +4,7 @@ public class QueryPuzzlesRequest
|
||||
{
|
||||
[QueryParam] public int Page { get; set; }
|
||||
[QueryParam] public int Count { get; set; }
|
||||
|
||||
[QueryParam] public int? Year { get; set; }
|
||||
[QueryParam] public int? Month { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user