Skip to content

Commit

Permalink
API version 2. See https://docs.patch.io/#/changelog for changes (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Oustrich authored Oct 13, 2022
1 parent 727cd79 commit 171cb92
Show file tree
Hide file tree
Showing 57 changed files with 2,211 additions and 659 deletions.
6 changes: 3 additions & 3 deletions patch_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions patch_api/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# import apis into api package
from patch_api.api.estimates_api import EstimatesApi
from patch_api.api.order_line_items_api import OrderLineItemsApi
from patch_api.api.orders_api import OrdersApi
from patch_api.api.projects_api import ProjectsApi
from patch_api.api.technology_types_api import TechnologyTypesApi
131 changes: 115 additions & 16 deletions patch_api/api/estimates_api.py

Large diffs are not rendered by default.

Loading

0 comments on commit 171cb92

Please sign in to comment.