Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WebexCommunity/WebexPythonSDK
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feat/room/add-missing-properties
Choose a base ref
...
head repository: WebexCommunity/WebexPythonSDK
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 10 files changed
  • 5 contributors

Commits on Nov 8, 2024

  1. Add additional properties to Room and fix missing arguments in rooms …

    …API (#246)
    
    This pull request includes two commits; these changes enhance the
    functionality and completeness of the Room class and ensure that the
    rooms API works correctly.
    
    The first commit adds additional properties to the Room class, including
    `classificationId`, `isAnnouncementOnly`, `isReadOnly`, `isPublic`,
    `madePublic`, and `description`.
    
    The second commit fixes missing arguments in the rooms API by adding the
    create room args to the `post_data`.
    
    Fixes #244
    Joezanini authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e851508 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Remove backslash from f-string

    Remove backslash from f-string to maintain backward compatibility with Python 3.10 and 3.11 versions.
    
    Also, corrected little (very minor non-impacting) cosmetic issues.
    Sakthivel Ramasamy (sakthram) committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    9e3acba View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Format code

    "make format" runs
    Sakthivel Ramasamy (sakthram) committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    03dfb3e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Remove backslash from f-string (Patch for Issue: #247) (#248)

    Remove backslash from f-string to maintain backward compatibility with
    Python 3.10 and 3.11 versions.
    
    Also, corrected little (very minor non-impacting) cosmetic issues.
    
    Patch for Issue: #247
    Joezanini authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    99a570d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Configuration menu
    Copy the full SHA
    2f12231 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d26a00 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. updated migration doc and cards doc

    jozanini committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    86dc866 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. updated migration doc and cards doc (#254)

    Updated documentation per migration issue
    [252](#252)
    ashjorda authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    c2decd2 View commit details
    Browse the repository at this point in the history
Loading