providers.json 383 B

123456789101112131415
  1. [
  2. {
  3. "provider_name": "Twitter",
  4. "provider_url": "http://www.twitter.com/",
  5. "endpoints": [
  6. {
  7. "schemes": [
  8. "https://twitter.com/*/moments/*",
  9. "https://*.twitter.com/*/moments/*"
  10. ],
  11. "url": "https://publish.twitter.com/oembed"
  12. }
  13. ]
  14. }
  15. ]