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