dehamzah / whatsapp-web-frontend

Whatsapp Web Frontend
0 stars 0 forks source link

Mock WhatsApp Message API Using MSW #12

Open dehamzah opened 1 month ago

dehamzah commented 1 month ago

Reference on the actual whats app api messages: https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages

We can refer to their documentation and build our mock API for get and send messages using mock service worker (https://mswjs.io/)

Can focus on sending message of type text first.