Cloudkibo / WhatsApp

0 stars 0 forks source link

Webhook observer pattern setup #109

Closed Assadbintahir closed 5 years ago

Assadbintahir commented 5 years ago

In this issue, we'll implement the observer pattern architecture for Webhook which @dayemsiddiqui and I created. The pattern implementation will use concepts of observer - which will lead to more modular and maintainable code.

-Webhook Endpoint -Registery Module File -JSON validation

dayemsiddiqui commented 5 years ago

Status Update: I have completed work on this issue

Assadbintahir commented 5 years ago

I have tested this and it is working fine.

jekram commented 5 years ago

@Assadbintahir @dayemsiddiqui Thanks