Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from PurplShip/purplship-2021.2-python-client
Browse files Browse the repository at this point in the history
generated Python client for Purplship Server 2021.2 Edition
  • Loading branch information
danh91 committed Feb 18, 2021
2 parents 99bb73d + 636ae53 commit 6354d0f
Show file tree
Hide file tree
Showing 74 changed files with 1,517 additions and 802 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,14 @@ except ApiException as e:

- [Address](docs/Address.md)
- [AddressData](docs/AddressData.md)
- [AddressList](docs/AddressList.md)
- [CarrierList](docs/CarrierList.md)
- [CarrierSettings](docs/CarrierSettings.md)
- [Charge](docs/Charge.md)
- [Commodity](docs/Commodity.md)
- [Customs](docs/Customs.md)
- [CustomsData](docs/CustomsData.md)
- [CustomsList](docs/CustomsList.md)
- [ErrorResponse](docs/ErrorResponse.md)
- [LabelPrintingRequest](docs/LabelPrintingRequest.md)
- [Message](docs/Message.md)
Expand All @@ -65,12 +68,14 @@ except ApiException as e:
- [OperationResponse](docs/OperationResponse.md)
- [Parcel](docs/Parcel.md)
- [ParcelData](docs/ParcelData.md)
- [ParcelList](docs/ParcelList.md)
- [Payment](docs/Payment.md)
- [PaymentData](docs/PaymentData.md)
- [Pickup](docs/Pickup.md)
- [PickupCancelData](docs/PickupCancelData.md)
- [PickupCancelRequest](docs/PickupCancelRequest.md)
- [PickupData](docs/PickupData.md)
- [PickupList](docs/PickupList.md)
- [PickupRequest](docs/PickupRequest.md)
- [PickupResponse](docs/PickupResponse.md)
- [PickupUpdateData](docs/PickupUpdateData.md)
Expand All @@ -82,8 +87,10 @@ except ApiException as e:
- [Shipment](docs/Shipment.md)
- [ShipmentCancelRequest](docs/ShipmentCancelRequest.md)
- [ShipmentData](docs/ShipmentData.md)
- [ShipmentList](docs/ShipmentList.md)
- [ShipmentPurchaseData](docs/ShipmentPurchaseData.md)
- [ShippingRequest](docs/ShippingRequest.md)
- [TrackerList](docs/TrackerList.md)
- [TrackingEvent](docs/TrackingEvent.md)
- [TrackingResponse](docs/TrackingResponse.md)
- [TrackingStatus](docs/TrackingStatus.md)
Expand Down
11 changes: 11 additions & 0 deletions docs/AddressList.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AddressList

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**next** | **str** | | [optional]
**previous** | **str** | | [optional]
**results** | [**list[Address]**](Address.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

11 changes: 11 additions & 0 deletions docs/CarrierList.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CarrierList

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**next** | **str** | | [optional]
**previous** | **str** | | [optional]
**results** | [**list[CarrierSettings]**](CarrierSettings.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

11 changes: 11 additions & 0 deletions docs/CustomsList.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CustomsList

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**next** | **str** | | [optional]
**previous** | **str** | | [optional]
**results** | [**list[Customs]**](Customs.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

11 changes: 11 additions & 0 deletions docs/ParcelList.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ParcelList

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**next** | **str** | | [optional]
**previous** | **str** | | [optional]
**results** | [**list[Parcel]**](Parcel.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

2 changes: 1 addition & 1 deletion docs/Payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | A unique identifier | [optional]
**paid_by** | **str** | The payment payer |
**paid_by** | **str** | The payment payer | [optional] [default to 'sender']
**amount** | **float** | The payment amount if known | [optional]
**currency** | **str** | The payment amount currency |
**account_number** | **str** | The selected rate carrier payer account number | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/PaymentData.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**paid_by** | **str** | The payment payer |
**paid_by** | **str** | The payment payer | [optional] [default to 'sender']
**amount** | **float** | The payment amount if known | [optional]
**currency** | **str** | The payment amount currency |
**account_number** | **str** | The selected rate carrier payer account number | [optional]
Expand Down
11 changes: 11 additions & 0 deletions docs/PickupList.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# PickupList

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**next** | **str** | | [optional]
**previous** | **str** | | [optional]
**results** | [**list[Pickup]**](Pickup.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

11 changes: 11 additions & 0 deletions docs/ShipmentList.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ShipmentList

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**next** | **str** | | [optional]
**previous** | **str** | | [optional]
**results** | [**list[Shipment]**](Shipment.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Loading

0 comments on commit 6354d0f

Please sign in to comment.