Skip to content

Automattic/wordpress-com-csharp-rest

Repository files navigation

WordPress REST Client for C Sharp

Usage

Easiest way to use the library is by checking out the project and referencing it into your solution. You should also install the Rest Sharp library into your project by getting it with NuGet Packages manager (Refence id: RestSharp).

WordPressOauthAuthenticator oAuthAuthenticator = new WordPressOauthAuthenticator("username", "pass", "oAuthAppId", "oAuthAppSecret", "oAuthAppRedirect");
WordPressRestClient wpRestClient = new WordPressRestClient(oAuthAuthenticator);
wpRestClient.get<WordPress_csharp_REST_client.Me>("me", `callback`);
wpRestClient.getNotifications<WordPress_csharp_REST_client.Notes>(`callback`);

About

WordPress.com REST Client for C # apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages