BingAds / BingAds-PHP-SDK

Other
56 stars 45 forks source link

ETA on when REST API will be available in the PHP SDK? #199

Open stefanzweifel opened 2 months ago

stefanzweifel commented 2 months ago

Is there an ETA when the REST API of the Bing Advertising API will be made available to the SDK?

I noticed that the upgrade guide for the Java SDK mentioned the availability of a new JSONbased REST API. https://learn.microsoft.com/en-us/advertising/guides/upgrade-java-sdk?view=bingads-13


The current version of the SDK uses the \SoapClient which makes testing my implementation hard. I'm currently using PhpUnit mocks, but the corresponding methods are marked as deprecated (https://github.com/sebastianbergmann/phpunit/issues/5242), as the usage of SOAP is fading in the industry.

Would already be happy if I I could get the HTTP endpoint for the REST API. The docs don't mention the REST endpoint and I'm not fluent in Java enough to figure out, what the endpoint is.