Source: factory.webhook/package.switchx/ObjHookDevelopments.py
Webhook handler for NDD property developments.
Provides a two-phase API: broad search returns a
list of matching developments with fuzzy matching,
and narrow search returns detailed development and
...
| Method | Signature | Description |
|---|---|---|
| fuzz_match | fuzz_match(text_a, text_b, score = 80) -> bool |
Check if two strings match using fuzzy ratio. |
| Process | Process(payload = '', webhook_code = '', Param1 = '', Param2 = '', Param3 = '', Param4 = '', Param5 = '', Param6 = '', Param7 = '', Param8 = '') |
Process the developments webhook request. |