-
POST /api/resolve-tco-links- resolve all t.co links in string- body:
{"text": "sample text https://t.co/1234567890"} - response
{"text": "sample text https://example.com"}
- body:
-
POST /api/resolve-links- resolve all links with selected domains in string- body:
{"text": "sample text https://t.co/1234567890 https://google.com", "domains": ["t.co", "bit.ly"]} - response
{"text": "sample text https://example.com https://google.com"}
- body:
forked from Birdie0/ifttt-webhook-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
License
patrickdrd/ifttt-webhook-helpers
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 60.9%
- JavaScript 32.6%
- HTML 6.5%