This is a portable library for consuimg the WordPress REST-API in a Universal Windows Plattform App.
var client = new WordPressClient("http://demo.wp-api.org/wp-json/wp/v2/");
var posts = await client.ListPosts();
This is a portable library for consuimg the WordPress REST-API in a Universal Windows Plattform App.
C#MIT