Feature Request: V3 API : comments.listByBlog - Please add more parent post information
Andrew M <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
https://developers.google.com/blogger/docs/3.0/reference/comments/listByBlog
I have a V2 API javascript app that lists "recent comments on my blog
across all posts", which I'm trying to port to V3.
The output is in reverse chronological order of comment-publish time, i.e.
[post A]
- comment 10 (newest)
- comment 9
[post B]
- comment 8
[post A]
- comment 7
- comment 6 (oldest)
I can use the V3 API comments.listByBlog to get the "blog comments".
But what I need is the parent post's title.
All I get is [post id], so I'd have to do another call **for each post** to
get the post title
It would be great to have the 'post-title', or at least the 'post-url',
returned by comments.listByBlog
i.e. returned now
{
id: comment-id
post: { id: post-id}
...
}
what I would like
{
id: comment-id
post: { id: post-id, title: post-title, url: post-url }
...
}
NB in the V2 API, 'post-url' is returned, so you can get an idea of the
title,
e.g. some-blog.blogger.com/2015/05/andrew-said-this => andrew said this
Thanks
Andrew
--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.