WebHook broker that accepts notifications from multiple platforms and performs simple actions in response
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456
  1. class Service:
  2. def __init__(self, type):
  3. self.type = type
  4. def accept_hook(self, identifier, request):
  5. pass