whatsapp-business-java-api
whatsapp-business-java-api copied to clipboard
#153 -> including support for other API versions >= v16.0.
trafficstars
Now it's possible to change the API version through the WhatsappApiConfig class. Example:
//changing API version before instantiating the API client
WhatsappApiConfig.setApiVersion(ApiVersion.V17_0);
WhatsappApiFactory factory = WhatsappApiFactory.newInstance(TestConstants.TOKEN);
WhatsappBusinessCloudApi whatsappBusinessCloudApi = factory.newBusinessCloudApi();
closes #153
Hello buddy, I don't see that option enabled to change the version yet, do I have to do something additional or is it not ready yet?