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

Move Settings methods to Sub Client #290

Closed ThomasPe closed 2 years ago

ThomasPe commented 2 years ago

To further clean up the WordPressClient file I propose to move the Settings feature into it's own sub-client. This way we also don't need a field for the HttpHelper anymore.

navjot50 commented 2 years ago

Sure, makes sense.