-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add group functionality #763
feat: add group functionality #763
Conversation
…ative-unified-contacts
Thanks. Regarding your questions, lets put all those functions into one PR. Will you submit another PR or add the functions into this PR? |
I will add other functions into this pr. Give me a day. |
Hi, @morenoh149 , I have implemented all the required functions and updated the documentation in the README.md file. Please review the changes at your convenience. Let me know if any further modifications are needed. |
lgtm |
This PR partially addresses issue #747.
Implemented Changes
Added getGroups() function which returns an array of group objects, including identifier and name
Request for Feedback
I would appreciate feedback from the maintainers on whether I am heading in the right direction and if I should proceed with the implementation of other functions.
Planned Functions
Below are the additional functions I am considering implementing:
Question for Maintainers
Given the number of planned functions, would you prefer that I create separate PRs for each function, or include all of them in this PR?
closes #747