WordPressPCL 1.8.5
This is a portable library for consuming the WordPress REST-API in (almost) any .NET application.
Install-Package WordPressPCL -Version 1.8.5
dotnet add package WordPressPCL --version 1.8.5
<PackageReference Include="WordPressPCL" Version="1.8.5" />
paket add WordPressPCL --version 1.8.5
#r "nuget: WordPressPCL, 1.8.5"
Release Notes
V1.8.5
- Bugfix for Query Builder, will now append default enum values to query string for easier debugging
V1.8.4
- Bugfix for HttpClient injection
V1.8.2
- Support for JWT Auth Plugin
V1.7.2
- Added support for posts trash status
- Added support for providing httpclient to WordPressClient
V1.7.1
- Added Icon
- Updated License Expression
V1.7.0
- Added optional MIME-Type override for Media upload
- Improved handling of HttpClient headers
- Downgraded JSON.NET dependency to V11.0.1
- Exceptions Refactoring
V1.6.2
- Clean up file stream after upload #166
- Added .kmz & .kml Mime Types #162
V1.6.1
- Fix for #147 where Capabilities might contain strings instead of bool
V1.6.0-beta1
- marking all Meta properties as dynamic as the structure seems to be very volatile
V1.5.1
- Make height & width optional in MediaSizes (#143)
V1.5.0
- Enhanced Error handling
https://github.com/wp-net/WordPressPCL/issues/138
V1.4.6
- Bugfix: Add DefaultValueHandling to Comment Status property
V1.4.5
- Bugfix: Add NullValueHandling to FeaturedMedia property
V1.4.4
- Add Yoast Taxonomy Terms
V1.4.3
- Bugfix: Add default JsonSerzializerSettings, setting MissingMemberHandling to ignore
V1.4.2
- Bugfix: delete requests return bool instead of HTTPResponseMessage
V1.4.1-alpha
- Experimental WordPress.com support (readonly)
- Experimental Descending Threaded Comments support
V1.4.0
- making HttpClient static
- Exceptions will be thrown instead of hiding them
- don't auto-append /wp-json to WordPress Uri
V1.3.3
- Fixing update of Comment.Status
V1.3.2
- Fixing Comment.Status issue
V1.3.1
- added maxDepth option for threaded comments
V1.3.0
- added ToThreaded-method for transforming comments
- pass deserialization settings into HttpHelper class
- Added .netstandard 2.0 support
- upload media directly from file path (.netstandard 2.0 only)
V1.2.1
- added JWT getter & setter methods
V1.2
- added helper method to sort comments for a threaded view
- added method to get all comments for a post id
- fixed some async issues for better performance
- added logout method
Dependencies
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 11.0.1)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 11.0.1)
- System.ValueTuple (>= 4.5.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WordPressPCL:
Package | Downloads |
---|---|
BlazingApple.Blog
BlazingApple is a collection of business objects and corresponding components to speed application development. BlazingApple.Survey renders survey management components and components to take a survey as well as sending the objects to a server.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.8.5 | 1,360 | 1/6/2021 |
1.8.4 | 281 | 12/26/2020 |
1.8.2 | 1,893 | 11/7/2020 |
1.7.2 | 1,494 | 9/22/2020 |
1.7.1 | 5,774 | 5/11/2020 |
1.7.0 | 128 | 5/11/2020 |
1.6.2 | 64,484 | 3/19/2019 |
1.6.1 | 5,964 | 11/15/2018 |
1.6.0-beta1 | 823 | 11/8/2018 |
1.5.1 | 989 | 10/26/2018 |
1.5.0 | 1,959 | 9/10/2018 |
1.4.6 | 488 | 8/23/2018 |
1.4.5 | 3,919 | 6/18/2018 |
1.4.4 | 588 | 6/2/2018 |
1.4.3 | 452 | 6/2/2018 |
1.4.2 | 2,181 | 4/18/2018 |
1.4.1 | 482 | 4/18/2018 |
1.4.1-alpha | 533 | 3/15/2018 |
1.4.0 | 1,019 | 3/9/2018 |
1.3.3 | 1,207 | 1/29/2018 |
1.3.2 | 571 | 1/18/2018 |
1.3.1 | 526 | 1/10/2018 |
1.3.0 | 850 | 10/30/2017 |
1.3.0-alpha | 432 | 10/28/2017 |
1.2.1 | 531 | 10/16/2017 |
1.2.0 | 497 | 10/7/2017 |
1.1.1 | 591 | 9/18/2017 |
1.1.0 | 485 | 9/11/2017 |
1.0.0 | 589 | 8/9/2017 |
0.1.9 | 617 | 6/19/2017 |
0.1.8 | 603 | 6/19/2017 |
0.1.7 | 551 | 6/1/2017 |
0.1.6 | 514 | 5/23/2017 |
0.1.5 | 512 | 5/14/2017 |
0.1.4 | 550 | 4/30/2017 |
0.1.2-alpha | 481 | 3/14/2017 |
0.1.1-alpha | 562 | 12/7/2016 |
0.1.0 | 1,943 | 8/18/2016 |
0.0.5 | 524 | 8/18/2016 |
0.0.4 | 568 | 8/4/2016 |
0.0.3 | 551 | 8/4/2016 |
0.0.2 | 542 | 8/4/2016 |
0.0.1 | 549 | 8/4/2016 |