Skip to content

Commit 171cb92

Browse files
author
Jeremy Oustrich
authored
API version 2. See https://docs.patch.io/#/changelog for changes (#71)
1 parent 727cd79 commit 171cb92

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+2211
-659
lines changed

Diff for: patch_api/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
# flake8: noqa
44

55
"""
6-
Patch API V1
6+
Patch API V2
77
88
The core API used to integrate with Patch's service # noqa: E501
99
10-
The version of the OpenAPI document: v1
10+
The version of the OpenAPI document: 2
1111
1212
Generated by: https://openapi-generator.tech
1313
"""
1414

1515

1616
from __future__ import absolute_import
1717

18-
__version__ = "1.24.2"
18+
__version__ = "2.0.0"
1919

2020
# import ApiClient
2121
from patch_api.api_client import ApiClient

Diff for: patch_api/api/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# import apis into api package
66
from patch_api.api.estimates_api import EstimatesApi
7+
from patch_api.api.order_line_items_api import OrderLineItemsApi
78
from patch_api.api.orders_api import OrdersApi
89
from patch_api.api.projects_api import ProjectsApi
910
from patch_api.api.technology_types_api import TechnologyTypesApi

Diff for: patch_api/api/estimates_api.py

+115-16
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)