Skip to content

API version 2. See https://docs.patch.io/#/changelog for changes #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: engineering@usepatch.com
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