FranzP / WordPressUWP

This is a portable library for consuimg the WordPress REST-API in a Universal Windows Plattform App.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a portable library for consuimg the WordPress REST-API in a Universal Windows Plattform App.

License:MIT License


Languages

Language:C# 100.0%