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

Add Room Meeting Info API endpoint - Proposed Alternate Implementation #130

Merged
merged 2 commits into from
Jul 13, 2020

Conversation

cmlccie
Copy link
Collaborator

@cmlccie cmlccie commented Jul 11, 2020

@sQu4rks, this is a proposed alternate implementation to PR #129 to resolve issue #100

In this version of the codebase, I prefer to keep all of the endpoints associated with an API (like the Rooms API) in the same module and hierarchically organized under the same API group under the WebexTeamsAPI top-level connection object.

Use of this endpoint under this proposal looks like this:

room_meeting_info = api.rooms.get_meeting_info(room.id)

cmlccie added 2 commits July 11, 2020 13:29
- Set default value for `max=` parameter on the rooms.list() method.
- Make `title` a required parameter for the rooms.update() method.
- Update the Rooms API with the GET `/v1/rooms/{roomId}/meetingInfo` endpoint.
- Add a RoomMeetingInfo data model
- Update the docs and tests
@cmlccie cmlccie requested a review from sQu4rks July 11, 2020 18:02
@cmlccie cmlccie linked an issue Jul 11, 2020 that may be closed by this pull request
@sQu4rks sQu4rks merged commit 3aca1fe into v1.x Jul 13, 2020
@sQu4rks
Copy link
Contributor

sQu4rks commented Jul 13, 2020

Let's use this implementation. I'll merge and delete the other PR.

@cmlccie cmlccie deleted the feature-111 branch February 19, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get Room Meeting Details missing
2 participants