quickpac


Namequickpac JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://api.quickpac.ch/swagger/index.html
SummaryQuickpac API
upload_time2021-09-02 09:15:45
maintainer
docs_urlNone
authorQuickpac
requires_python>=3.4
license
keywords swagger quickpac api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Quickpac
Here you will find all public interfaces to the Quickpac system.

This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: v1.00
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen

## Requirements.

Python 3.4+

## Installation & Usage
### pip install

```sh
pip install quickpac
```

Or you can install directly from Github:
```sh
pip install git+https://github.com/camptocamp/quickpac-client.git
```

### Swagger client generation

Generate via [Swagger codegen](https://pypi.org/project/swagger-codegen).

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python
import quickpac
from quickpac.rest import ApiException
from pprint import pprint
# Configure HTTP basic authorization: Basic
configuration = quickpac.Configuration()
configuration.username = 'YOUR_USERNAME'
configuration.password = 'YOUR_PASSWORD'

# create an instance of the API class
api_instance = quickpac.BarcodeApi(quickpac.ApiClient(configuration))
body = quickpac.GenerateLabelRequest() # GenerateLabelRequest |  (optional)

try:
    # Generates an address label
    api_response = api_instance.barcode_generate_label_post(body=body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling BarcodeApi->barcode_generate_label_post: %s\n" % e)
```

## Documentation for API Endpoints

All URIs are relative to *https://api.quickpac.ch*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*BarcodeApi* | [**barcode_generate_label_post**](docs/BarcodeApi.md#barcode_generate_label_post) | **POST** /Barcode/GenerateLabel | Generates an address label
*PickupMigrosApi* | [**pickmup_set_paket_status_get**](docs/PickupMigrosApi.md#pickmup_set_paket_status_get) | **GET** /Pickmup/SetPaketStatus | SetPaketStatus
*PickupMigrosApi* | [**pickmup_set_paket_status_post**](docs/PickupMigrosApi.md#pickmup_set_paket_status_post) | **POST** /Pickmup/SetPaketStatus | SetPaketStatus
*PickupMigrosApi* | [**pickmup_set_ruecksendung_get**](docs/PickupMigrosApi.md#pickmup_set_ruecksendung_get) | **GET** /Pickmup/SetRuecksendung | SetRuecksendung
*PickupMigrosApi* | [**pickmup_set_ruecksendung_post**](docs/PickupMigrosApi.md#pickmup_set_ruecksendung_post) | **POST** /Pickmup/SetRuecksendung | SetRuecksendung
*ZIPApi* | [**z_ip_get_all_zip_codes_get**](docs/ZIPApi.md#z_ip_get_all_zip_codes_get) | **GET** /ZIP/GetAllZipCodes | Returns all currently deliverable and planned postcodes.
*ZIPApi* | [**z_ip_is_deliverable_zip_code_get**](docs/ZIPApi.md#z_ip_is_deliverable_zip_code_get) | **GET** /ZIP/IsDeliverableZipCode | Checks whether the requested postcode can currently be delivered.

## Documentation For Models

 - [Communication](docs/Communication.md)
 - [Dimensions](docs/Dimensions.md)
 - [GenerateLabelCustomer](docs/GenerateLabelCustomer.md)
 - [GenerateLabelDefinition](docs/GenerateLabelDefinition.md)
 - [GenerateLabelEnvelope](docs/GenerateLabelEnvelope.md)
 - [GenerateLabelFileInfos](docs/GenerateLabelFileInfos.md)
 - [GenerateLabelRequest](docs/GenerateLabelRequest.md)
 - [GenerateLabelResponse](docs/GenerateLabelResponse.md)
 - [GenerateLabelResponseDefinition](docs/GenerateLabelResponseDefinition.md)
 - [GenerateLabelResponseEnvelope](docs/GenerateLabelResponseEnvelope.md)
 - [GenerateLabelResponseEnvelopeData](docs/GenerateLabelResponseEnvelopeData.md)
 - [GenerateLabelResponseEnvelopeDataProvider](docs/GenerateLabelResponseEnvelopeDataProvider.md)
 - [GenerateLabelResponseEnvelopeDataProviderSending](docs/GenerateLabelResponseEnvelopeDataProviderSending.md)
 - [Item](docs/Item.md)
 - [ItemChoiceType](docs/ItemChoiceType.md)
 - [LabelData](docs/LabelData.md)
 - [LabelDataProvider](docs/LabelDataProvider.md)
 - [LabelDataProviderSending](docs/LabelDataProviderSending.md)
 - [LabelResponseItem](docs/LabelResponseItem.md)
 - [Language](docs/Language.md)
 - [LanguageCode](docs/LanguageCode.md)
 - [LogoAspectRatio](docs/LogoAspectRatio.md)
 - [LogoHorizontalAlign](docs/LogoHorizontalAlign.md)
 - [LogoVerticalAlign](docs/LogoVerticalAlign.md)
 - [MessageType](docs/MessageType.md)
 - [ModeType](docs/ModeType.md)
 - [Notification](docs/Notification.md)
 - [NotificationType](docs/NotificationType.md)
 - [PickupMigrosCallbackResultResponse](docs/PickupMigrosCallbackResultResponse.md)
 - [PickupMigrosSetPaketStatusRequest](docs/PickupMigrosSetPaketStatusRequest.md)
 - [PickupMigrosSetRuecksendung](docs/PickupMigrosSetRuecksendung.md)
 - [PrintAddressesType](docs/PrintAddressesType.md)
 - [Recipient](docs/Recipient.md)
 - [ServiceCodeAttributes](docs/ServiceCodeAttributes.md)
 - [ZIPAllResponse](docs/ZIPAllResponse.md)
 - [ZIPIsCurrentResponse](docs/ZIPIsCurrentResponse.md)
 - [ZIPModel](docs/ZIPModel.md)

## Documentation For Authorization


## Basic

- **Type**: HTTP basic authentication


## Author





            

Raw data

            {
    "_id": null,
    "home_page": "https://api.quickpac.ch/swagger/index.html",
    "name": "quickpac",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": "",
    "keywords": "Swagger,Quickpac,API",
    "author": "Quickpac",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/68/90/0e68764b6decd889c1a0b4633ad1fc6d6f9358f0b6697d3e92de6d124e62/quickpac-1.0.0.tar.gz",
    "platform": "",
    "description": "# Quickpac\nHere you will find all public interfaces to the Quickpac system.\n\nThis Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:\n\n- API version: v1.00\n- Package version: 1.0.0\n- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen\n\n## Requirements.\n\nPython 3.4+\n\n## Installation & Usage\n### pip install\n\n```sh\npip install quickpac\n```\n\nOr you can install directly from Github:\n```sh\npip install git+https://github.com/camptocamp/quickpac-client.git\n```\n\n### Swagger client generation\n\nGenerate via [Swagger codegen](https://pypi.org/project/swagger-codegen).\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\nimport quickpac\nfrom quickpac.rest import ApiException\nfrom pprint import pprint\n# Configure HTTP basic authorization: Basic\nconfiguration = quickpac.Configuration()\nconfiguration.username = 'YOUR_USERNAME'\nconfiguration.password = 'YOUR_PASSWORD'\n\n# create an instance of the API class\napi_instance = quickpac.BarcodeApi(quickpac.ApiClient(configuration))\nbody = quickpac.GenerateLabelRequest() # GenerateLabelRequest |  (optional)\n\ntry:\n    # Generates an address label\n    api_response = api_instance.barcode_generate_label_post(body=body)\n    pprint(api_response)\nexcept ApiException as e:\n    print(\"Exception when calling BarcodeApi->barcode_generate_label_post: %s\\n\" % e)\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.quickpac.ch*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*BarcodeApi* | [**barcode_generate_label_post**](docs/BarcodeApi.md#barcode_generate_label_post) | **POST** /Barcode/GenerateLabel | Generates an address label\n*PickupMigrosApi* | [**pickmup_set_paket_status_get**](docs/PickupMigrosApi.md#pickmup_set_paket_status_get) | **GET** /Pickmup/SetPaketStatus | SetPaketStatus\n*PickupMigrosApi* | [**pickmup_set_paket_status_post**](docs/PickupMigrosApi.md#pickmup_set_paket_status_post) | **POST** /Pickmup/SetPaketStatus | SetPaketStatus\n*PickupMigrosApi* | [**pickmup_set_ruecksendung_get**](docs/PickupMigrosApi.md#pickmup_set_ruecksendung_get) | **GET** /Pickmup/SetRuecksendung | SetRuecksendung\n*PickupMigrosApi* | [**pickmup_set_ruecksendung_post**](docs/PickupMigrosApi.md#pickmup_set_ruecksendung_post) | **POST** /Pickmup/SetRuecksendung | SetRuecksendung\n*ZIPApi* | [**z_ip_get_all_zip_codes_get**](docs/ZIPApi.md#z_ip_get_all_zip_codes_get) | **GET** /ZIP/GetAllZipCodes | Returns all currently deliverable and planned postcodes.\n*ZIPApi* | [**z_ip_is_deliverable_zip_code_get**](docs/ZIPApi.md#z_ip_is_deliverable_zip_code_get) | **GET** /ZIP/IsDeliverableZipCode | Checks whether the requested postcode can currently be delivered.\n\n## Documentation For Models\n\n - [Communication](docs/Communication.md)\n - [Dimensions](docs/Dimensions.md)\n - [GenerateLabelCustomer](docs/GenerateLabelCustomer.md)\n - [GenerateLabelDefinition](docs/GenerateLabelDefinition.md)\n - [GenerateLabelEnvelope](docs/GenerateLabelEnvelope.md)\n - [GenerateLabelFileInfos](docs/GenerateLabelFileInfos.md)\n - [GenerateLabelRequest](docs/GenerateLabelRequest.md)\n - [GenerateLabelResponse](docs/GenerateLabelResponse.md)\n - [GenerateLabelResponseDefinition](docs/GenerateLabelResponseDefinition.md)\n - [GenerateLabelResponseEnvelope](docs/GenerateLabelResponseEnvelope.md)\n - [GenerateLabelResponseEnvelopeData](docs/GenerateLabelResponseEnvelopeData.md)\n - [GenerateLabelResponseEnvelopeDataProvider](docs/GenerateLabelResponseEnvelopeDataProvider.md)\n - [GenerateLabelResponseEnvelopeDataProviderSending](docs/GenerateLabelResponseEnvelopeDataProviderSending.md)\n - [Item](docs/Item.md)\n - [ItemChoiceType](docs/ItemChoiceType.md)\n - [LabelData](docs/LabelData.md)\n - [LabelDataProvider](docs/LabelDataProvider.md)\n - [LabelDataProviderSending](docs/LabelDataProviderSending.md)\n - [LabelResponseItem](docs/LabelResponseItem.md)\n - [Language](docs/Language.md)\n - [LanguageCode](docs/LanguageCode.md)\n - [LogoAspectRatio](docs/LogoAspectRatio.md)\n - [LogoHorizontalAlign](docs/LogoHorizontalAlign.md)\n - [LogoVerticalAlign](docs/LogoVerticalAlign.md)\n - [MessageType](docs/MessageType.md)\n - [ModeType](docs/ModeType.md)\n - [Notification](docs/Notification.md)\n - [NotificationType](docs/NotificationType.md)\n - [PickupMigrosCallbackResultResponse](docs/PickupMigrosCallbackResultResponse.md)\n - [PickupMigrosSetPaketStatusRequest](docs/PickupMigrosSetPaketStatusRequest.md)\n - [PickupMigrosSetRuecksendung](docs/PickupMigrosSetRuecksendung.md)\n - [PrintAddressesType](docs/PrintAddressesType.md)\n - [Recipient](docs/Recipient.md)\n - [ServiceCodeAttributes](docs/ServiceCodeAttributes.md)\n - [ZIPAllResponse](docs/ZIPAllResponse.md)\n - [ZIPIsCurrentResponse](docs/ZIPIsCurrentResponse.md)\n - [ZIPModel](docs/ZIPModel.md)\n\n## Documentation For Authorization\n\n\n## Basic\n\n- **Type**: HTTP basic authentication\n\n\n## Author\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Quickpac API",
    "version": "1.0.0",
    "split_keywords": [
        "swagger",
        "quickpac",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f830ad10142d374c15838134dd233ced27105ed7b9297636eed27514df75c8ef",
                "md5": "0028e11cd577dca65eab3d2d017c5c75",
                "sha256": "0af0de5ab38f61f5a119694d1bafa31eb57c2e3edda4504bc98b6b5704419297"
            },
            "downloads": -1,
            "filename": "quickpac-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0028e11cd577dca65eab3d2d017c5c75",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.4",
            "size": 98871,
            "upload_time": "2021-09-02T09:15:43",
            "upload_time_iso_8601": "2021-09-02T09:15:43.078906Z",
            "url": "https://files.pythonhosted.org/packages/f8/30/ad10142d374c15838134dd233ced27105ed7b9297636eed27514df75c8ef/quickpac-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68900e68764b6decd889c1a0b4633ad1fc6d6f9358f0b6697d3e92de6d124e62",
                "md5": "e73ca5a5afb5b314af96335b265c67a0",
                "sha256": "1095973eabed4cef11bac0ee1289002d05c40816288e204c9d89fb48b4930b1a"
            },
            "downloads": -1,
            "filename": "quickpac-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e73ca5a5afb5b314af96335b265c67a0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 35737,
            "upload_time": "2021-09-02T09:15:45",
            "upload_time_iso_8601": "2021-09-02T09:15:45.249807Z",
            "url": "https://files.pythonhosted.org/packages/68/90/0e68764b6decd889c1a0b4633ad1fc6d6f9358f0b6697d3e92de6d124e62/quickpac-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-09-02 09:15:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "quickpac"
}
        
Elapsed time: 0.02591s