Open alglez opened 3 years ago
Though not well documented, the HTTP API does accept a source_url
string parameter for this, but (as you know) the python library does not. I think getting this working would only require adding 'source_url'
to the list of post parameters at:
Are you interested in writing a PR?
I reread the HTTP API because I thought it was missing as well there (post
vs posts
neue post format), but yes you are right, I can write and test that PR. Probably during next week.
Checking the tumblr API I don´t think there is not a request parameter to add a
source_url
for the content.For example creating a photo. The
source
parameter refers to the source for the picture, but thesource_url
or "content source" is actually the original source for the content. Which is explained here:https://support.tumblr.com/post/125279368827/heres-a-nice-thing-no-matter-how-many-times-an
It will be nice to be able to add that directly from the API when creating a new post.