-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API version 2. See https://docs.patch.io/#/changelog for changes (#71)
- Loading branch information
Jeremy Oustrich
authored
Oct 13, 2022
1 parent
727cd79
commit 171cb92
Showing
57 changed files
with
2,211 additions
and
659 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,19 +3,19 @@ | |
# flake8: noqa | ||
|
||
""" | ||
Patch API V1 | ||
Patch API V2 | ||
The core API used to integrate with Patch's service # noqa: E501 | ||
The version of the OpenAPI document: v1 | ||
The version of the OpenAPI document: 2 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
||
|
||
from __future__ import absolute_import | ||
|
||
__version__ = "1.24.2" | ||
__version__ = "2.0.0" | ||
|
||
# import ApiClient | ||
from patch_api.api_client import ApiClient | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.