summary refs log tree commit diff
path: root/synapse/res/providers.json
blob: f1838f95590135a5cdffd8cec86c027920cff3e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
    {
        "provider_name": "Twitter",
        "provider_url": "http://www.twitter.com/",
        "endpoints": [
            {
                "schemes": [
                    "https://twitter.com/*/status/*",
                    "https://*.twitter.com/*/status/*",
                    "https://twitter.com/*/moments/*",
                    "https://*.twitter.com/*/moments/*"
                ],
                "url": "https://publish.twitter.com/oembed"
            }
        ]
    }
]