X Tutup
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.1
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.6
Choose a head ref
  • 14 commits
  • 16 files changed
  • 7 contributors

Commits on Feb 16, 2023

  1. docs(license): add MIT license

    This commit updates APIMatic custom license to MIT.
    sufyankhanrao authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    25b5f92 View commit details
    Browse the repository at this point in the history
  2. ci(workflow): setup dependency review

    This commit adds a workflow file for GitHub actions to avoid any vulnerable dependency injection through PRs.
    sufyankhanrao authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    97f2936 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. ci(update-python-version-311): update the python version to 3.11 (#17)

    adds the trigger option workflow dispatch so that it could be run manually.
    closes #16
    hamzashoukat94 authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c232755 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. build(version-update): the library version update to (0.1.3)

    This commit updates the minor version of the library.
    sufyankhanrao authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    322b9fd View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. ci: add bug reporting template (#24)

    Co-authored-by: Asad Ali <asad.ali@apimatic.io>
    MaryamAdnan3 and asadali214 authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    e7b0c7f View commit details
    Browse the repository at this point in the history
  2. ci: add pr review template (#22)

    Co-authored-by: Asad Ali <asad.ali@apimatic.io>
    MaryamAdnan3 and asadali214 authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    3d696b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. feat(union-types): adds support for OneOf and AnyOf (#20)

    This commit adds support for union-types that are OneOf and AnyOf types by providing the base type by the name of the UnionType which is an abstract class. This concrete implementation of this class are OneOf, AnyOf and LeafType classes which are part of the core library.
    sufyankhanrao authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    91b5af6 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. ci(release-workflow): updates release workflow (#25)

    This commit updates the release workflow, removes the title field from the input, and updates the run-name for the action.
    sufyankhanrao authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    df3f32b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    68e7838 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    c9c22ed View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. feat(logging): add interfaces for logging feature (#29)

    This commit adds interfaces for logging features used for logging the request & response (the implementation will be either NoneSdkLogger or SdkLogger) and also an abstract of logging a particular message that would be implemented by SDK users or the default logger (i.e. ConsoleLogger in our case).
    sufyankhanrao authored May 10, 2024
    Configuration menu
    Copy the full SHA
    8e924ee View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Configuration menu
    Copy the full SHA
    fa4930e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Configuration menu
    Copy the full SHA
    ce3463f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61777f6 View commit details
    Browse the repository at this point in the history
Loading
X Tutup