Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eva bulider methods #50

Merged
merged 16 commits into from
Jun 25, 2024
Merged

Eva bulider methods #50

merged 16 commits into from
Jun 25, 2024

Conversation

LivCurtis
Copy link
Contributor

Methods added to put.py:
service_providers_trunk_group_call_capacity
group_device
group_trunk_groups_call_capacity
user_call_processing_policy
group_trunk_group

Methods added to post.py:
group_hunt_group
group_trunk_group

Added group_device method to post.py
Added the group_trunk_groups_call_capacity method to put.py under #TRUNK GROUPS
Added group_hunt_group method to post.py
Added group_trunk_group to post.py and group_trunk_group to put.py
Added user_call_processing_policy method
Made changes following JP's review:
- Added payload as an argument to group_device and group_hunt_group
- Added agents as an argument to group_hunt_group which will assign users to the group
Changed "userID" to be "userId"
Updated the Return in the docstring
Updated the group_trunk_group method in post.py to have payload, sip_authentication_username and sip_authentication_password as arguments
Corrected group_trunk_groups_call_capacity and _group_trunk_group methods in put.py. Replaced max_active_calls argument with updates
Added a Return to the doc string of service_prvoiders_trunk_group_call_capacity method in put.py
Updated the method to take a dictionary argument so that it can be used when only one of the fields needs to be updated.
Updated the return of the group_device method in post.py
@Jordan-Prescott Jordan-Prescott added the enhancement New feature or request label Jun 24, 2024
Corrected some of the eva-builder methods in put.py and post.py. Updated the Returns to state they they return Dicts
Copy link
Owner

@Jordan-Prescott Jordan-Prescott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please updated the commented

@Jordan-Prescott Jordan-Prescott merged commit d12e3f2 into main Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

2 participants