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.3
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.4
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

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
Loading