*Completed Google Tasks Connector Summery*

   - Connector Name:  Google Tasks Connector
   - API Version: v1
   - Technology:  Synapse configurations, REST
   - API Url:  
https://developers.google.com/google-apps/tasks/<https://api.surveymonkey.net/>
   - Security: Access Token based OAuth 2.0 authentication and
   authorization for Google Tasks API


Implemented Methods (14) for the Google Tasks Connector version 1.0.0

Methods for the Tasklist operations:

*list*- Returns all the authenticated user's task lists.
*get*- Returns the authenticated user's specified task list.
*insert*- Creates a new task list and adds it to the authenticated user's
task lists.
*update*- Updates the authenticated user's specified task list.
*delete*- Deletes the authenticated user's specified task list.
*patch*- Updates the authenticated user's specified task list. This method
supports patch semantics.

Methods for the Tasks operations:

*list*- Returns all tasks in the specified task list.
*get*- Returns the specified task.
*insert*- Creates a new task on the specified task list.
*update*- Updates the specified task.
*delete*- Deletes the specified task from the task list.
*clear*- Clears all completed tasks from the specified task list. The
affected tasks will be marked as 'hidden' and no longer be returned by
default when retrieving all tasks for a task list.
*move*- Moves the specified task to another position in the task list. This
can include putting it as a child task under a new parent and/or move it to
a different position among its sibling tasks.
*patch*- Updates the specified task. This method supports patch semantics.

Testing -
Integration test with 38 test cases

Documentation- In progress


On Fri, Apr 4, 2014 at 7:52 AM, Samisa Abeysinghe <[email protected]> wrote:

> You should not send GDoc links to architecture list as others outside WSO2
> cannot see those.
>
> Thanks,
> Samisa...
>
>
> Samisa Abeysinghe
>
> Vice President Developer Evangelism
>
> WSO2 Inc.
> http://wso2.com
>
>
>
> On Thu, Apr 3, 2014 at 6:05 PM, Madhawa Bandara <[email protected]> wrote:
>
>> Since Nalin and me are following the same milestone plan, tests and docs
>> are planned to be completed starting from 7th April.
>>
>> Please note that we have followed the milestone plan in [1]
>>
>> 1.
>> https://docs.google.com/a/wso2.com/spreadsheet/ccc?key=0AuCSS6AWDb3zdGxwb2MxNDMxT1diRW9OOFd6cUV6TlE&usp=drive_web#gid=0
>>
>>
>>
>> On Thu, Apr 3, 2014 at 2:03 PM, Samisa Abeysinghe <[email protected]>wrote:
>>
>>> Any updates?
>>>
>>> Thanks,
>>> Samisa...
>>>
>>>
>>> Samisa Abeysinghe
>>>
>>> Vice President Developer Evangelism
>>>
>>> WSO2 Inc.
>>> http://wso2.com
>>>
>>>
>>>
>>> On Thu, Mar 20, 2014 at 3:46 PM, Madhawa Bandara <[email protected]>wrote:
>>>
>>>> Hi,
>>>> It requires sending the OAUTH 2.0 access token when calling the API
>>>> methods. Yes I will check the Google Drive connector. Thanks
>>>>
>>>>
>>>> On Thu, Mar 20, 2014 at 3:12 PM, Dushan Abeyruwan <[email protected]>wrote:
>>>>
>>>>> Hi
>>>>>  Looks good, anyway how is OAuth working ? Better follow up Google
>>>>> Drive connector implementation instead.
>>>>>
>>>>> Cheers,
>>>>> Dushan
>>>>>
>>>>>
>>>>> On Thu, Mar 20, 2014 at 2:48 PM, Madhawa Bandara <[email protected]>wrote:
>>>>>
>>>>>> Yes.
>>>>>>
>>>>>>
>>>>>> On Thu, Mar 20, 2014 at 2:41 PM, Samisa Abeysinghe 
>>>>>> <[email protected]>wrote:
>>>>>>
>>>>>>> And use ESB templates?
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Samisa...
>>>>>>>
>>>>>>>
>>>>>>> Samisa Abeysinghe
>>>>>>>
>>>>>>> Vice President Developer Evangelism
>>>>>>>
>>>>>>> WSO2 Inc.
>>>>>>> http://wso2.com
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Mar 20, 2014 at 2:39 PM, Madhawa Bandara 
>>>>>>> <[email protected]>wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>> I will be using Google Tasks REST API.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Mar 20, 2014 at 2:36 PM, Samisa Abeysinghe <[email protected]
>>>>>>>> > wrote:
>>>>>>>>
>>>>>>>>> What is the implementation technology you are going to use? In
>>>>>>>>> other words, how do you plan to invoke the APIs?
>>>>>>>>>
>>>>>>>>> Thanks,
>>>>>>>>> Samisa...
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Samisa Abeysinghe
>>>>>>>>>
>>>>>>>>> Vice President Developer Evangelism
>>>>>>>>>
>>>>>>>>> WSO2 Inc.
>>>>>>>>> http://wso2.com
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thu, Mar 20, 2014 at 2:25 PM, Madhawa Bandara <[email protected]
>>>>>>>>> > wrote:
>>>>>>>>>
>>>>>>>>>> *Introduction*
>>>>>>>>>> The Google Tasks API provides developers a set of API endpoints
>>>>>>>>>> for searching, reading, and updating Google Tasks content and 
>>>>>>>>>> metadata.
>>>>>>>>>>
>>>>>>>>>> *Google Tasks Connector Summery*
>>>>>>>>>>     • Connector Name:  GoogleTasks
>>>>>>>>>>     • API Version: v1
>>>>>>>>>>     • Technology:  REST
>>>>>>>>>>     • API Url:  
>>>>>>>>>> https://developers.google.com/google-apps/tasks/<https://api.surveymonkey.net/>
>>>>>>>>>>
>>>>>>>>>> Selected Methods (14) for version 1.0.0
>>>>>>>>>>
>>>>>>>>>> Methods for the Tasklist operations:
>>>>>>>>>>
>>>>>>>>>> *list*- Returns all the authenticated user's task lists.
>>>>>>>>>> *get*- Returns the authenticated user's specified task list.
>>>>>>>>>> *insert*- Creates a new task list and adds it to the
>>>>>>>>>> authenticated user's task lists.
>>>>>>>>>> *update*- Updates the authenticated user's specified task list.
>>>>>>>>>> *delete*- Deletes the authenticated user's specified task list.
>>>>>>>>>> *patch*- Updates the authenticated user's specified task list.
>>>>>>>>>> This method supports patch semantics.
>>>>>>>>>>
>>>>>>>>>> Methods for the Tasks operations:
>>>>>>>>>>
>>>>>>>>>> *list*- Returns all tasks in the specified task list.
>>>>>>>>>> *get*- Returns the specified task.
>>>>>>>>>> *insert*- Creates a new task on the specified task list.
>>>>>>>>>> *update*- Updates the specified task.
>>>>>>>>>> *delete*- Deletes the specified task from the task list.
>>>>>>>>>> *clear*- Clears all completed tasks from the specified task
>>>>>>>>>> list. The affected tasks will be marked as 'hidden' and no longer be
>>>>>>>>>> returned by default when retrieving all tasks for a task list.
>>>>>>>>>> *move*- Moves the specified task to another position in the task
>>>>>>>>>> list. This can include putting it as a child task under a new parent 
>>>>>>>>>> and/or
>>>>>>>>>> move it to a different position among its sibling tasks.
>>>>>>>>>> *patch*- Updates the specified task. This method supports patch
>>>>>>>>>> semantics.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Regards,
>>>>>>>>>>
>>>>>>>>>> *Madhawa Bandara*
>>>>>>>>>> Software Engineer
>>>>>>>>>> WSO2, Inc.
>>>>>>>>>> lean.enterprise.middleware
>>>>>>>>>>
>>>>>>>>>> Mobile - *+94777487726*
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Regards,
>>>>>>>>
>>>>>>>> *Madhawa Bandara*
>>>>>>>> Software Engineer
>>>>>>>> WSO2, Inc.
>>>>>>>> lean.enterprise.middleware
>>>>>>>>
>>>>>>>> Mobile - *+94777487726*
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Regards,
>>>>>>
>>>>>> *Madhawa Bandara*
>>>>>> Software Engineer
>>>>>> WSO2, Inc.
>>>>>> lean.enterprise.middleware
>>>>>>
>>>>>> Mobile - *+94777487726*
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> 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
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Regards,
>>>>
>>>> *Madhawa Bandara*
>>>> Software Engineer
>>>> WSO2, Inc.
>>>> lean.enterprise.middleware
>>>>
>>>> Mobile - *+94777487726*
>>>>
>>>
>>>
>>
>>
>> --
>> Regards,
>>
>> *Madhawa Bandara*
>> Software Engineer
>> WSO2, Inc.
>> lean.enterprise.middleware
>>
>> Mobile - *+94777487726 <%2B94777487726>*
>> Blog* - *classdeffound.blogspot.com
>>
>
>


-- 
Regards,

*Madhawa Bandara*
Software Engineer
WSO2, Inc.
lean.enterprise.middleware

Mobile - *+94777487726*
Blog* - *classdeffound.blogspot.com
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to