netflie / whatsapp-cloud-api

The first PHP API to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform
https://netflie.es/portfolio/whatsapp-business-cloud-api-php-sdk/
MIT License
472 stars 174 forks source link

How to show the return of the request? #37

Closed jord3v closed 2 years ago

jord3v commented 2 years ago

How to show the return of the request?

The package is working perfectly, but in the documentation I could not bring the result of the request.

aalbarca commented 2 years ago

Hi,

All public methods from the superclass WhatsAppCloudApi return a Response object. Please, check the public methods of Response class.

By the way you can send your questions in the future in the Discussion forum.

Thanks, Álex.