Download the PHP package randock/digitrack-api-client without Composer
On this page you can find all versions of the php package randock/digitrack-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download randock/digitrack-api-client
More information about randock/digitrack-api-client
Files in randock/digitrack-api-client
Download randock/digitrack-api-client
More information about randock/digitrack-api-client
Files in randock/digitrack-api-client
Vendor randock
Package digitrack-api-client
Short Description Digitrack API
License unlicense
Homepage https://openapi-generator.tech
Package digitrack-api-client
Short Description Digitrack API
License unlicense
Homepage https://openapi-generator.tech
Please rate this library. Is it a good library?
Informations about the package digitrack-api-client
OpenAPIClient-php
Digitrack API
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
EventsApi | eventControllerAddEvent | POST /events | |
EventsApi | eventControllerDeleteEvent | DELETE /events/{id} | |
OrderProductsApi | create | POST /orders/{orderId}/products | |
OrderProductsApi | delete | DELETE /orders/{orderId}/products/{id} | |
OrderProductsApi | update | PATCH /orders/{orderId}/products/{id} | |
OrdersApi | create | POST /orders | |
OrdersApi | delete | DELETE /orders/{id} | |
OrdersApi | get | GET /orders/{id} | |
OrdersApi | getByReference | GET /orders/by-reference/{reference} | |
OrdersApi | getByTrackingNumber | GET /orders/by-tracking-number/{trackingNumber} | |
OrdersApi | update | PATCH /orders/{id} |
Models
- CreateEventInput
- CreateOrderInput
- Delete403Response
- Delete404Response
- EventDto
- GetByReference403Response
- GetByReference429Response
- GetByTrackingNumber400Response
- GetByTrackingNumber401Response
- GetByTrackingNumber403Response
- GetByTrackingNumber404Response
- GetByTrackingNumber429Response
- OrderDto
- ProductDto
- ProductInput
- Update400Response
- UpdateOrderInput
- UpdateProductInput
Authorization
Authentication schemes defined for the API:
bearer
- Type: Bearer authentication (JWT)
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
1.0
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of digitrack-api-client with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3 || ^8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
The package randock/digitrack-api-client contains the following files
Loading the files please wait ....