Skip to content

Latest commit

 

History

History
96 lines (82 loc) · 6.73 KB

README.md

File metadata and controls

96 lines (82 loc) · 6.73 KB

Go API client for swagger

Extracted from retrofit

Overview

This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.v3.generators.go.GoClientCodegen

Installation

Put the package under your project folder and add the following in import:

import "./swagger"

Documentation for API Endpoints

All URIs are relative to https://api-inmobile-pl.easypack24.net

Class Method HTTP request Description
DefaultApi V1AuthenticatePost Post /v1/authenticate RegistrationApi.refreshToken
DefaultApi V1CollectCompartmentCloseSessionUuidGet Get /v1/collect/compartment/close/{sessionUuid} CompartmentApi.closeCompartment
DefaultApi V1CollectCompartmentOpenSessionUuidPost Post /v1/collect/compartment/open/{sessionUuid} CompartmentApi.openCompartment
DefaultApi V1CollectCompartmentReopenSessionUuidPost Post /v1/collect/compartment/reopen/{sessionUuid} CompartmentApi.reopenCompartment
DefaultApi V1CollectCompartmentStatusSessionUuidGet Get /v1/collect/compartment/status/{sessionUuid} CompartmentStatusApi.statusCompartment
DefaultApi V1CollectTerminateSessionUuidPost Post /v1/collect/terminate/{sessionUuid} CompartmentApi.terminateCompartment
DefaultApi V1CollectValidatePost Post /v1/collect/validate CompartmentApi.validateCompartment
DefaultApi V1ConfirmSMSCodePhoneNumberSmsCodePost Post /v1/confirmSMSCode/{phoneNumber}/{smsCode} RegistrationApi.confirmSMSCode
DefaultApi V1LogoutPost Post /v1/logout UserApi.logout
DefaultApi V1NotificationsGet Get /v1/notifications NotificationCenterApi.news
DefaultApi V1NotificationsReadAllPost Post /v1/notifications/readAll NotificationCenterApi.markAsReadAll
DefaultApi V1NotificationsReadNotificationIdPost Post /v1/notifications/read/{notificationId} NotificationCenterApi.markAsRead
DefaultApi V1ObservedParcelPost Post /v1/observedParcel ParcelApi.subscribeParcel
DefaultApi V1ObservedParcelShipmentNumberDelete Delete /v1/observedParcel/{shipmentNumber} ParcelApi.removeObservedParcel
DefaultApi V1ParcelGet Get /v1/parcel ParcelApi.parcelsWithDate
DefaultApi V1ParcelShipmentNumberGet Get /v1/parcel/{shipmentNumber} ParcelApi.oneParcel
DefaultApi V1ParcelsGet Get /v1/parcels ParcelApi.parcels
DefaultApi V1PointsGet Get /v1/points MapApi.pointsFor
DefaultApi V1ReturnsTicketsGet Get /v1/returns/tickets ReturnTicketApi.m4664a
DefaultApi V1ReturnsTicketsPost Post /v1/returns/tickets CreateTicketApi.m4707b
DefaultApi V1ReturnsTicketsUuidGet Get /v1/returns/tickets/{uuid} ReturnTicketApi.m4663b
DefaultApi V1SendSMSCodePhoneNumberGet Get /v1/sendSMSCode/{phoneNumber} RegistrationApi.sendSMSCode
DefaultApi V2AgreementGet Get /v2/agreement AgreementApi.agreement
DefaultApi V2AgreementPost Post /v2/agreement AgreementApi.agreement
DefaultApi V2CollectCompartmentClaimSessionUuidPost Post /v2/collect/compartment/claim/{sessionUuid} CompartmentApi.claimCompartment
DefaultApi V2SetPushIdPost Post /v2/setPushId CloudMessagingApi.setPushId

Documentation For Models

Documentation For Authorization

bearerAuth

Author