Update.

The Following methods have already been implemented.

blog
init - initialze the connector. Initialise with using API key and Access
token. Access token mandatory for only private blogs and for post methods.

getBlog-  get blog information. by id

getBlogbyurl- get blog information by menstioning the url

listbyuser- list blogs of  a user


posts
listPosts- list the post of a blog

getPost- get a specific post.

searchPost- search within a post.

insertPost- insert a new post to a specific blog.

deletePost- delete a post.

getPostByPath- get a post information by the path.

patchPost- send a patch for an existing post.

updatePost- updating an existing post

publishPost- publish a post in draft condition.

revertPost- revert a published post to draft level.


comments
listComments- List comments of specific post of a specific blog.

getComment -get a specific comment of specific post of a specific blog.

approveComment- approve a specific comment of specific post of a specific
blog, as not spam.

deleteComment - delete a specific comment of specific post of a specific
blog.

listCommentsByBlog- list comments of a specific blog.

markCommentAsSpam - mark comment as spam.

removeCommentContent - removes content of a comment as spam.










On Tue, Apr 8, 2014 at 7:21 PM, Samisa Abeysinghe <[email protected]> wrote:

> It has been 5 days, can we please have an update on the progress?
>
> Thanks,
> Samisa...
>
>
> Samisa Abeysinghe
>
> Vice President Developer Evangelism
>
> WSO2 Inc.
> http://wso2.com
>
>
>
> On Tue, Apr 8, 2014 at 11:53 AM, Malaka Silva <[email protected]> wrote:
>
>> Hi Poshitha,
>>
>> I guess you have covered all the methods in Blogs, Posts, Comments and
>> user?
>>
>> Best Regards,
>> Malaka
>>
>>
>> On Thu, Apr 3, 2014 at 4:33 PM, Poshitha Dabare <[email protected]>wrote:
>>
>>>  The following methods will be implemented in the Blogger API connector
>>> for ESB
>>>
>>>  Blogs  Method
>>> Description
>>>   get
>>>  Retrieves a blog by its ID.   getByUrl
>>>  Retrieves a blog by URL.   listByUser
>>>  Retrieves a list of blogs.   Comments  Method
>>> Description
>>>   list
>>>  Retrieves the list of 
>>> comments<https://developers.google.com/blogger/docs/3.0/reference/comments> 
>>> for
>>> a post <https://developers.google.com/blogger/docs/3.0/reference/posts>.
>>>   get
>>>  Retrieves one comment resource by its commentId.   approve
>>>  Marks a comment as not spam.   delete
>>>  Delete a comment by ID.   listByBlog
>>>  Retrieves the comments for a blog, across all posts, possibly filtered.  
>>> markAsSpam
>>>  Marks a comment as spam. This will set the status of the comment to
>>> spam, and hide it in the default comment rendering.   removeContent
>>>  Removes the content of a comment.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>   Posts.  Method
>>> Description
>>>   list<https://developers.google.com/blogger/docs/3.0/reference/posts/list>
>>>  Retrieves a list of posts.   
>>> get<https://developers.google.com/blogger/docs/3.0/reference/posts/get>
>>>  Retrieves one post by post ID.   
>>> search<https://developers.google.com/blogger/docs/3.0/reference/posts/search>
>>>  Searches for a post that matches the given query terms.   
>>> insert<https://developers.google.com/blogger/docs/3.0/reference/posts/insert>
>>>  Adds a post.   
>>> delete<https://developers.google.com/blogger/docs/3.0/reference/posts/delete>
>>>  Deletes a post by ID.   
>>> getByPath<https://developers.google.com/blogger/docs/3.0/reference/posts/getByPath>
>>>  Retrieves a post by path.   
>>> patch<https://developers.google.com/blogger/docs/3.0/reference/posts/patch>
>>>  Updates a post. This method supports patch 
>>> semantics<https://developers.google.com/blogger/docs/3.0/performance>.
>>>   
>>> update<https://developers.google.com/blogger/docs/3.0/reference/posts/update>
>>>  Updates a post.   
>>> publish<https://developers.google.com/blogger/docs/3.0/reference/posts/publish>
>>>  Publish a draft post.   
>>> revert<https://developers.google.com/blogger/docs/3.0/reference/posts/revert>
>>>  Revert a published or scheduled post to draft state, which removes the
>>> post from the publicly viewable content.
>>>
>>> User.
>>>
>>> Method
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Description
>>>   get<https://developers.google.com/blogger/docs/3.0/reference/users/get>
>>>  Retrieves a user by user ID.
>>>
>>> --
>>> Poshitha Dabare
>>> Software Engineer
>>>
>>> Mob: 075 536 8005
>>>
>>> _______________________________________________
>>> Architecture mailing list
>>> [email protected]
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>>
>>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Senior Tech Lead
>> M: +94 777 219 791
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300
>> Skype : malaka.sampath.silva
>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>> Blog : http://mrmalakasilva.blogspot.com/
>>
>> WSO2, Inc.
>> lean . enterprise . middleware
>> http://www.wso2.com/
>> http://www.wso2.com/about/team/malaka-silva/<http://wso2.com/about/team/malaka-silva/>
>>
>> Save a tree -Conserve nature & Save the world for your future. Print this
>> email only if it is absolutely necessary.
>>
>> _______________________________________________
>> Architecture mailing list
>> [email protected]
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
> _______________________________________________
> Architecture mailing list
> [email protected]
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 
Poshitha Dabare
Software Engineer

Mob: 075 536 8005
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to