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: SocketDev/socket-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 29bfa3a
Choose a base ref
...
head repository: SocketDev/socket-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1dc8eff
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Nov 15, 2025

  1. Doug/add unverified option (#56)

    * feat: Add allow_unverified option to disable SSL certificate verification
    
    - Add allow_unverified parameter to socketdev constructor (defaults to False)
    - Add set_allow_unverified method to API class
    - Pass verify=not allow_unverified to requests.request() calls
    - Add comprehensive unit tests for the new functionality
    - Update README.rst with documentation for the new parameter
    - Maintains backward compatibility with existing code
    
    This allows users to disable SSL verification for testing environments
    with self-signed certificates while keeping secure defaults for production.
    
    * chore: Remove temporary test file that was accidentally committed
    dacoburn authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    1dc8eff View commit details
    Browse the repository at this point in the history
Loading