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: apimatic/core-interfaces-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.7
Choose a base ref
...
head repository: apimatic/core-interfaces-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.8
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Oct 29, 2025

  1. feat(core-http): add HttpClientProvider for custom client injection (#42

    )
    
    Introduce an abstract base class `HttpClientProvider` to define a consistent contract for custom HTTP clients.
    
    * Enforces `timeout` and `session` properties for injected clients
    * Ensures uniform configuration handling across SDK HTTP operations
    * Improves extensibility, type safety, and maintainability of the HTTP layer
    sufyankhanrao authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    68b34ea View commit details
    Browse the repository at this point in the history
Loading