You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (sebastianbergmann/phpunit#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.
The text was updated successfully, but these errors were encountered:
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 (sebastianbergmann/phpunit#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.
The text was updated successfully, but these errors were encountered: