wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
342 stars 130 forks source link

GetAll for Media items fails when WP decides to omit a page item #115

Closed drhoroscope closed 6 years ago

drhoroscope commented 6 years ago

We've seen a WordPress behavior where WP passes back 99 media items when a page of 100 is requested. This stops the media type iteration prematurely.

drhoroscope commented 6 years ago

OK, sorry I see that this issue has been fixed in this commit. Sorry I was working with out-of-date source

ThomasPe commented 6 years ago

A new release should be available through NuGet shortly.

drhoroscope commented 6 years ago

I can't thank you enough for getting this out! Updated to 1.4.2 and all tests are green.

ThomasPe commented 6 years ago

Glad to hear!