wp-net / WordPressPCL

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

Mediaquerybuilder fix #300

Closed navjot50 closed 2 years ago

navjot50 commented 2 years ago

Observed: MediaQueryBuilder was only returning images on query because the property MediaType was taking the default value of Image from MediaQueryType enum.

Fix:

Also added Text type in the MediaQueryType enum as Text is supported by WP Rest Api (as per docs)

ThomasPe commented 2 years ago

Nice solution, I like it!