textmagic / textmagic-rest-csharp

MIT License
8 stars 19 forks source link

Update Messages.cs #6

Closed svenCallaerts closed 7 years ago

svenCallaerts commented 9 years ago

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": [ { ... } ] }

dmitry-textmagic commented 7 years ago

Updated with 65e9d10, thank you.