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

DEVX-6851: Add Meetings API #258

Merged
merged 20 commits into from
Jul 13, 2023
Merged

DEVX-6851: Add Meetings API #258

merged 20 commits into from
Jul 13, 2023

Commits on Feb 7, 2023

  1. Adding tests

    superchilled committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d7e8acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4706661 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82cc42c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b79fe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb3ee47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98f25f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85c2998 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ee2eb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Bring Meetings branch up-to-date with Main (#280)

    * Revert "Add Patch HTTP method as option for http_request in JSON.update type signature"
    
    * Revert "Release 7.7.1"
    
    * Revert "Revert "Add Patch HTTP method as option for http_request in JSON.update type signature""
    
    * Revert "Revert "Release 7.7.1""
    
    * Adding WhatsApp sticker tests
    
    * Implementing WhatsApp Sticker messages
    
    * Adding new Viber message types
    
    * Defining Verify2 class and stubbing methods
    
    * Adding initial Verify2 tests
    
    * Adding initial Verify2 implementation
    
    * Making brand a required param of start_verfication
    
    * Adding verify2 client test
    
    * Implementing CLient#verify2 method
    
    * Adding Verify2::Options tests
    
    * Renaming Verify2::Options class to StartVerificationOptions
    
    * Renaming options test file in line with Zeitwerk conventions
    
    * Fixing typo in Verify2#start_verification method name
    
    * Fixing typo in Verify2 options test filename
    
    * Fixing all the method name typos
    
    * Implementing Verify2::StartVerificationOptions class
    
    * Adding Verify2 workflow tests
    
    * Implementing Verify2 workflow classes
    
    * Adding workflow tests
    
    * Implementing Workflow class
    
    * Adding WorkflowBuilder tests
    
    * Implement WorkflowBuilder
    
    * Adding tests for Verify2 options, workflow, and workflow_builder methods
    
    * Implementing Verify2 options, workflow, and workflow_builder methods
    
    * Renaming Workflows to Channels
    
    * Updating README to add Verify2
    
    * Adding code comments for Verify2 methods
    
    * Updating Numbers to use Basic auth
    
    * Updating NumbersTest tests in line with Basic auth usage
    
    * Update changelog
    
    * Bump version
    
    * Update link to code snippets in README.md
    
    The old link is archived and points to the updated link.
    
    * DEVX-7298: add tests for cancel verification
    
    * DEVX-7298: implementing cancel verification method
    
    * DEVX-7205: adding tests for BYOP functionality
    
    * DEVX-7205: Implementing BYOP functionality
    
    * DEVX-7199: Adding tests for fraud check functionality
    
    * DEVX-7199: implementing fraud check functionality
    
    * DEVX-7199: constraining fraud_check to false
    
    * Adding cancel_verification_request to README
    
    * Updating changelog
    
    * Bumping minor version
    
    * DEVX-7008: removing Pay action and tests
    
    * DEVX-7175: Updating Talk#start code comments
    
    * DEVX-7175: Adding test for Talk#verify_premium method
    
    * DEVX-7175: Implementing Talk#verify_premium method
    
    * DEVX-7288: updating code comments for Voice#create
    
    * DEVX-7288: Adding advanced_machine_detection tests
    
    * Implementing advanced_machine_detection functionality
    
    * Bump version
    
    * Update changelog
    
    * Creating file structure and stubbing out methods
    
    * Adding Client test
    
    * Implementing Client#subaccounts method
    
    * Adding Subaccounts tests
    
    * Updating Subaccounts tests
    
    * Implementing find method
    
    * Implementing create method
    
    * Implementing update method
    
    * Implementing transfer_credity method
    
    * IMplementing transfer_balance method
    
    * IMplementing transfer_number method
    
    * IMplementing list_credit_transfers method
    
    * Implementing list_balance_transfers method
    
    * IMplementing list method
    
    * Fixing host setting
    
    * Updating some required fields
    
    * Adding code comments for subaccounts methods
    
    * Making post-review amendments
    
    * Bumping minor version
    
    * Updating changelog
    
    * Release 7.13.0 (#279)
    
    * Adding client test for ProactiveConnect
    
    * Implementing Client#proactive_connect
    
    * Adding ProactiveConnect tests
    
    * Defining proactive connect classes
    
    * Implementing ProactiveConnect methods
    
    * Adding ProactiveConnect::Lists tests
    
    * IMplementing ProactiveConnect::Lists
    
    * Adding List tests
    
    * Implementing List methods
    
    * Adding Items tests for list method
    
    * Implementing Items#list method
    
    * Adding Item tests
    
    * Implementing Item methods
    
    * Adding Events tests
    
    * Implementing Events methods
    
    * Adding item csv tests
    
    * Implementing csv lists methods
    
    * Updating mulipart_post_request method
    
    * Fixes and tidy up
    
    * Deleting test_webhooks_method
    
    * items_test fix for Windows (maybe?)
    
    * Removing test as chmod doesn't work on Windows
    
    * Adding docs comments
    
    * Updating DEFAULT_FILENAME following PR review
    
    * Updating default filename test
    
    * Bumping minor version
    
    * Updating changelog
    
    ---------
    
    Co-authored-by: Raphael Nestler <[email protected]>
    superchilled and rnestler authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    1f01034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c78af8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39f34f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b65527d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Adding logo upload tests

    superchilled committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e8c1c24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7980db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee19b94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4de512c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    0cf4627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbfe27d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2819527 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    122dad7 View commit details
    Browse the repository at this point in the history