shawnwildermuth / MetaWeblog

An ASP.NET Core Middleware Component for Implementing MetaWeblog API
Apache License 2.0
63 stars 26 forks source link

WP page editing API #11

Closed mguinness closed 6 years ago

mguinness commented 6 years ago

First off, thanks for the great library. Right now it currently supports blog editing, what would be required to support the WordPress page editing API (wp.getPage, wp.getPages, wp.getAuthors, wp.newPage, wp.editPage and wp.deletePage)?

mguinness commented 6 years ago

I added the methods to my fork and published to nuget if anyone else needs this functionality.