Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 238 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 238 Bytes

WordPressUWP

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();