christoph-schaeffer / dhl-business-shipping

An unofficial library for the DHL business shipping soap API (Version 3.3) and the dhl shipment tracking rest API written in PHP.
MIT License
29 stars 8 forks source link

New API #35

Open ixopo opened 1 year ago

ixopo commented 1 year ago

Hi Christoph,

looks like DHL is doing a new API. https://developer.dhl.com/api-reference/parcel-de-shipping-post-parcel-germany-v2?lang=de#get-started-section

Are you planning to migrate that application in that direction on PHP 5.6 basis ?

thanks for any updates

xerc commented 1 year ago

hey @ixopo just had a look ; this API is (finaly/thankfully) REST based and does not realy need a "wrapper"

christoph-schaeffer commented 1 year ago

Hello,

i've looked it up as well. It actually is based on the openAPI standard. Because of this you could generate a wrapper automatically. I thought of maybe doing this automatically and publish it as a library again, but i don't think this is that useful in the end.

To be honest i might still fix some things in this lib but i think there is no reason to continue it further. Im sure it will still be usable for a year+ however.

xerc commented 5 months ago

@ixopo check https://github.com/netresearch/dhl-sdk-api-bcs