We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the WordPressPCL wiki!
The WordPressPCL API Wrapper is avaiable through nuget:
> Install-Package WordPressPCL
using WordPressPCL; // Initialize var client = new WordPressClient("http://demo.wp-api.org/wp-json/"); // Posts var posts = await client.ListPosts();