Giter Club home page Giter Club logo

quickpac-client's Introduction

Quickpac

Here you will find all public interfaces to the Quickpac system.

This Python package is automatically generated by the 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

pip install quickpac

Or you can install directly from Github:

pip install git+https://github.com/camptocamp/quickpac-client.git

Swagger client generation

Generate via Swagger codegen.

Getting Started

Please follow the installation procedure and then run the following:

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 POST /Barcode/GenerateLabel Generates an address label
PickupMigrosApi pickmup_set_paket_status_get GET /Pickmup/SetPaketStatus SetPaketStatus
PickupMigrosApi pickmup_set_paket_status_post POST /Pickmup/SetPaketStatus SetPaketStatus
PickupMigrosApi pickmup_set_ruecksendung_get GET /Pickmup/SetRuecksendung SetRuecksendung
PickupMigrosApi pickmup_set_ruecksendung_post POST /Pickmup/SetRuecksendung SetRuecksendung
ZIPApi 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 GET /ZIP/IsDeliverableZipCode Checks whether the requested postcode can currently be delivered.

Documentation For Models

Documentation For Authorization

Basic

  • Type: HTTP basic authentication

Author

quickpac-client's People

Contributors

stephanemangin avatar

Watchers

Florent Xicluna avatar Christian Kaenzig avatar Akim Juillerat avatar James Cloos avatar Thierry Ducrest avatar Florent Gravin avatar Iván Todorovich avatar Alexandre Fayolle avatar Hadrien Huvelle avatar Yannick Payot avatar Maurer Luc avatar  avatar c2cdidier avatar Julien Acroute avatar  avatar cyril jeanneret avatar zoé petty avatar  avatar  avatar Italo Lopes avatar  avatar Maeva Londero avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.