mydhl
1.0.0
Deskripsi OpenAPI untuk Integrasi dengan MyDHL
Paket PHP ini secara otomatis dihasilkan oleh proyek OpenAPI Generator:
PHP 5.5 dan yang lebih baru
Untuk menginstal binding melalui Composer, tambahkan baris berikut ke composer.json
:
{
"repositories" : [
{
"type" : " vcs " ,
"url" : " https://github.com/spysystem/mydhl.git "
}
],
"require" : {
"spysystem/mydhl" : " *@dev "
}
}
Kemudian jalankan composer install
Unduh file dan sertakan autoload.php
:
require_once ( ' /path/to/OpenAPIClient-php/vendor/autoload.php ' );
Untuk menjalankan pengujian unit:
composer install
./vendor/bin/phpunit
Silakan ikuti prosedur instalasi lalu jalankan yang berikut ini:
<?php
require_once ( __DIR__ . ' /vendor/autoload.php ' );
// Configure HTTP basic authorization: BasicAuth
$ config = MyDHL Configuration :: getDefaultConfiguration ()
-> setUsername ( ' YOUR_USERNAME ' )
-> setPassword ( ' YOUR_PASSWORD ' );
$ apiInstance = new MyDHL Api DHLClientApi (
// If you want use custom http client, pass your client which implements `GuzzleHttpClientInterface`.
// This is optional, `GuzzleHttpClient` will be used as default.
new GuzzleHttp Client (),
$ config
);
$ data = new MyDHL Model RateRequestRequest (); // MyDHLModelRateRequestRequest | Rate Request Data
try {
$ result = $ apiInstance -> requestRate ( $ data );
print_r ( $ result );
} catch ( Exception $ e ) {
echo ' Exception when calling DHLClientApi->requestRate: ' , $ e -> getMessage (), PHP_EOL ;
}
?>
Semua URI bersifat relatif terhadap https://wsbexpress.dhl.com/rest/sndpt
Kelas | Metode | permintaan HTTP | Keterangan |
---|---|---|---|
DHLClientApi | tingkat permintaan | POST /Permintaan Nilai | Meminta Tarif Pengiriman |
DHLClientApi | permintaanPengiriman | POST /Permintaan Pengiriman | Buat Pengiriman |