abrudtkuhl / WordPressSharp

A C# client to to interact with the WordPress XML-RPC API
abrudtkuhl.github.io/WordPressSharp/
GNU General Public License v3.0
103 stars 49 forks source link

GetPosts method issue #71

Closed Bogdan-nt closed 7 years ago

Bogdan-nt commented 7 years ago

The GetPosts(PostFilter filter) returns a list with maximum 5 elements, counted from 0 to 4. I guess that method needs to return all "pages" or "posts" not only 5. Note: I use the WordPressSharp nuget package version 1.1.0

This is my first issue report, sorry if I misunderstood something. Looking forward for your response. Thanks!

Bogdan-nt commented 7 years ago

Sorry, I omitted to set the Number value of PostFilter class. I didn't know it's necessarily Sorry for that.