瀏覽代碼
feat: adding Twilio (#331)
pull/320/merge
Nathan Zender
2 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
3 個文件被更改,包括
19 次插入 和
0 次删除
-
diagrams/saas/communication.py
-
docs/nodes/saas.md
-
二進制
resources/saas/communication/twilio.png
|
|
@@ -0,0 +1,15 @@ |
|
|
|
# This module is automatically generated by autogen.sh. DO NOT EDIT. |
|
|
|
|
|
|
|
from . import _Saas |
|
|
|
|
|
|
|
|
|
|
|
class _Communication(_Saas): |
|
|
|
_type = "communication" |
|
|
|
_icon_dir = "resources/saas/communication" |
|
|
|
|
|
|
|
|
|
|
|
class Twilio(_Communication): |
|
|
|
_icon = "twilio.png" |
|
|
|
|
|
|
|
|
|
|
|
# Aliases |
|
|
@@ -34,6 +34,10 @@ Node classes list of saas provider. |
|
|
|
|
|
|
|
- **diagrams.saas.filesharing.Nextcloud** |
|
|
|
|
|
|
|
## saas.communication |
|
|
|
|
|
|
|
- **diagrams.saas.communication.Twilio** |
|
|
|
|
|
|
|
## saas.identity |
|
|
|
|
|
|
|
- **diagrams.saas.identity.Auth0** |
|
|
|
Before
|
After
|
|
|
|
Width: 256
|
Height: 253
|
Size: 29 KiB
|