WordPressReader (Standard) library is now available on Nuget
I am happy to announce my new WordPressReader (Standard) library that is available on NuGet now. It is written in .netStandard 1.4 which enables you to use it in a lot of of places. As the name suggests, it focuses on reading tasks against the WordPress API.
Features:
- get, search and filter posts
- get pages
- get and filter categories
- get, search and filter tags
- get comments
- post anonymous comments (needs additional work on the WordPress site)
- get basic user info
The library uses a generic WordPressEntity
model implementation, which makes it easy to implement and extend. You can always get the raw json-value as well. The additional Error
property on every model makes it easy to handle API errors properly. You can read the full documentation in the GitHub Wiki.
If you have problems with the library or want to contribute, you can do so on the GitHub repo.
Happy coding, everyone!
P.S.
If you want to see the library in a live app, you can download my official blog reader app (which is written around it) here:
Comments powered by Disqus.