Hi Malaka, There should be a small amendment to some methods of "Messages", "Comments" and "People" categories with relevance to your suggestions.
listMessage - This should be replaced by "*getMessage*" as there is no endpoint to retrieve all messages. Alternatively all messages can be retrieved by "listTopics" method.[1] getComment - There is no such method to retrieve a single comment. Instead "listTopics" method will contain all comments. Hence we should remove this method.[2] createPerson - This method has a dependency on the "Access API" category which you have not selected [3]. In this case, we have to implement "*grantAccess*" method which will allow to to send an invitation to a new email address. [4] [1] https://github.com/basecamp/bcx-api/blob/master/sections/messages.md#get-messages [2] https://github.com/basecamp/bcx-api/blob/master/sections/comments.md#get-comments [3] https://github.com/basecamp/bcx-api/blob/master/sections/people.md#create-person [4] https://github.com/basecamp/bcx-api/blob/master/sections/accesses.md#grant-access Please share your thoughts on this. Thanks & Regards Rasika -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-Basecamp-tp98063p98271.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
