wp-net / WordPressPCL

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

Integration Tests repair #272

Closed navjot50 closed 2 years ago

navjot50 commented 2 years ago

Added the logic in QueryBuilder class to build query url from values of List type properties Changed the QueryBuilder test to a more thorough test of url construction Removed the logic for building query url from values of Array type properties as all Array type properties are replaced by List type.