Hi Dushan,

As you suggested we will include following methods from Notifications and
Batch:


   - Notification
   - getNotifications - Get a notification for the user
      - markAsRead - Mark a set of notifications as read
   - Batch
      - batchRequest - Send GET requests for several endpoints and return
      them as an array


*Thanks & Regards*


*Asinsala*


On Wed, Jun 11, 2014 at 11:54 AM, Dushan Abeyruwan <[email protected]> wrote:

> Hi
>  Looks good since it has very generic REST APIs, so complexity should be
> less anyway
>    Notifications,Batch seems not complex shall we include them as well?
>   anyway please do share the project plan before startup
>
>
> Cheers,
> Dushan
>
>
>
> On Wed, Jun 11, 2014 at 11:36 AM, Asinsala Ratnayake <[email protected]
> > wrote:
>
>> Hi All,
>>
>>
>> Introduction
>> WordPress is a free and open source blogging tool and a content
>> management system (CMS) based on PHP and MySQL. It is the most popular
>> blogging system in use on the Web.
>>
>> API
>> Wordpress REST API [1]
>>
>> Wordpress Connector Summary
>> • Connector Name:  wordpress-connector-1.0.0
>> • Version: 1.0.0
>> • Technology:  REST
>>
>> Authentication
>> Wordpress API uses OAuth2 based authentication [2]
>>
>> Selected methods:
>>
>>    - Users
>>    - listUsers -List the users of the blog
>>
>>
>>    - Sites
>>    - getSiteInfo -Retrieve Information about a site/domain
>>
>>
>>    - Posts
>>    - createPost -Create a new post
>>       - updatePost -Edit a post
>>       - deletePost - Delete a post
>>       - getPost -Returns a single post
>>       - getPosts -Returns matching posts, by default this will return
>>       all the posts
>>       - getPostbySlug -Returns a single post by the slug (slug is the
>>       name used for the post in URL)
>>       - likePost - Like a post
>>       - listLikes - Returns a list of likes for a post
>>
>>
>>    - Comments
>>    - createComment - Create a comment on a post
>>       - getComments - Returns recent comment for a particular post
>>       - getRecentComments - Returns recent comments
>>       - editComment - Edit a single comment
>>       - deleteComment - Delete a single comment
>>
>>       -
>>    - Taxonomy
>>       - getCategories - Returns a list of site categories
>>       - createCategory - Create a new category
>>       - editCategory - Edit a category
>>       - deleteCategory - Delete a category
>>       - getTags - Returns a list of site tags
>>       - createTags - Create a new tag
>>       - editTag - Edit a tag
>>       - deleteTags - Delete a tag
>>
>>
>>    - Follow
>>    - getFollowers - List a site's followers in reverse chronological
>>       order
>>       - followBlog - Follow the specified blog
>>       - unfollowBlog - Unfollow the specified blog
>>
>>
>>    - Reader
>>    - getFollowingBlogPosts - Returns the list of posts from the blogs
>>       followed by the user
>>       - subscribeTag - Subscribe to a new tag
>>       - unsubscribeTag - Unsubscribe from a tag
>>
>>
>>    - Stats
>>    - getStats - Get a site's stats
>>       - getVisitorsCount - View visitor counts for a site
>>       - getViewsByCountry - View a site's views by country
>>       - getSearchTerms - View search terms used to find the site
>>
>>
>>
>> Methods not selected:
>> Above mentioned are the selected methods for the version 1.0.0.  The
>> methods which are not selected are not listed here since there are quit a
>> lot of methods available in the API
>>
>> [1] https://developer.wordpress.com/docs/api
>> <https://developer.wordpress.com/docs/api>
>> [2] https://developer.wordpress.com/docs/oauth2
>> <https://developer.wordpress.com/docs/oauth2>
>>
>>
>>
>>
>>
>> *Thanks & Regards Asinsala *
>>
>> _______________________________________________
>> Architecture mailing list
>> [email protected]
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
>
> --
> Dushan Abeyruwan | Associate Tech Lead
> Integration Technologies Team
> PMC Member Apache Synpase
> WSO2 Inc. http://wso2.com/
> Blog:http://dushansview.blogspot.com/
> Mobile:(0094)713942042
>
>
> _______________________________________________
> 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

Reply via email to