GetReplies() should not be recursive without doing anything.
You might add default values? or retrieve all messages?
Calling GetReplies(int? page, int? limit) with null, null works fine and returns
{
"page": 1,
"limit": 10,
"pageCount": 1,
"resources": [
{
...
}
]
}
GetReplies() should not be recursive without doing anything. You might add default values? or retrieve all messages? Calling GetReplies(int? page, int? limit) with null, null works fine and returns { "page": 1, "limit": 10, "pageCount": 1, "resources": [ { ... } ] }