We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tasks:
add-post
insert
The text was updated successfully, but these errors were encountered:
Full post resource data structure:
{ "kind": "blogger#post", "id": string, "blog": { "id": string }, "published": datetime, "updated": datetime, "url": string, "selfLink": string, "title": string, "titleLink": string, "content": string, "images": [ { "url": string } ], "customMetaData": string, "author": { "id": string, "displayName": string, "url": string, "image": { "url": string } }, "replies": { "totalItems": long, "selfLink": string, "items": [ comments Resource ] }, "labels": [ string ], "location": { "name": string, "lat": double, "lng": double, "span": string }, "status": string }
Sorry, something went wrong.
Obviously, we won't need replies in the post ...
replies
Sadly, this is not doable with service-based creds; this will require reworking things to use oauth2 (total PITA).
Might be worth it to offer service-based for read-only ops, and oauth2 for write opts.
No branches or pull requests
Tasks:
add-post
(this is the Bloggerinsert
: https://developers.google.com/blogger/docs/3.0/reference/posts/insertThe text was updated successfully, but these errors were encountered: