A continuation of the C# library for Tumblr
This is a continuation of the excellent TumblrSharp C# Library developed by the community.
Please refer to the Wiki to learn how to use TumblrSharp. A complete documentation can be found here.
TumblrSharp is a very nicely designed library, and perhaps the only usable C# library that currently exists. However, development for the Codeplex project stopped in 2014. While using the library, I've noticed several bugs which I'll fix and post to this repository.
If you download the old TumblrSharp version off of CodePlex or NuGet, you won't get any of the fixes this libary provides - most notably, support for Asks
and Submissions
.
state
typepublished
state, which is currently the only way to publish asksCreateAnswer
method on PostData
class allows for editing and publishing asksPostData
methods, allowing for shorter, more maintainable codetitle
or body
from a text post, as they are not required by the Tumblr API.PostData
. This is important because specifying something simple like a PostCreationState
on
a photo post would require possibly unneeded data, like tags
.(This is due to restrictions to the V2 API. These endpoints exist but can only be accessed with the official Tumblr app API key).
Version 1.1.*
Version 1.2.0.*
Version 2.0
Please feel free to contribute if you find any problems / have any features.
Things that are needed and would be super appreciated:
TumblrSharp follows the MIT License.