From 506ded93c5850453d10292a60edefd1796f652ac Mon Sep 17 00:00:00 2001 From: Nick Angelou Date: Wed, 16 Oct 2024 15:17:10 +0800 Subject: [PATCH] add vizdom to providers --- providers/vizdom.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 providers/vizdom.yml diff --git a/providers/vizdom.yml b/providers/vizdom.yml new file mode 100644 index 00000000..9f13663d --- /dev/null +++ b/providers/vizdom.yml @@ -0,0 +1,19 @@ +--- +- provider_name: Vizdom + provider_url: https://vizdom.dev + endpoints: + - schemes: + - https://vizdom.dev/link/* + url: https://vizdom.dev/api/v1/oembed + discovery: true + formats: + - xml + - json + example_urls: + - https://vizdom.dev/api/v1/oembed?format=xml&url=https%3A%2F%2Fvizdom.dev%2Flink%2F9ec12219-93a6-4c01-a6bb-c0b48d1ef505 + - https://vizdom.dev/api/v1/oembed?format=json&url=https%3A%2F%2Fvizdom.dev%2Flink%2F9ec12219-93a6-4c01-a6bb-c0b48d1ef505 + - https://vizdom.dev/api/v1/oembed?format=xml&url=https%3A%2F%2Fvizdom.dev%2Flink%2Fc8bb315c-55e8-433a-905d-e438318d90ca + - https://vizdom.dev/api/v1/oembed?format=json&url=https%3A%2F%2Fvizdom.dev%2Flink%2Fc8bb315c-55e8-433a-905d-e438318d90ca + - https://vizdom.dev/api/v1/oembed?format=xml&url=https%3A%2F%2Fvizdom.dev%2Flink%2Fce8e27a2-cf41-48c2-a110-e860950ca277 + - https://vizdom.dev/api/v1/oembed?format=json&url=https%3A%2F%2Fvizdom.dev%2Flink%2Fce8e27a2-cf41-48c2-a110-e860950ca277 + notes: Provider only supports the 'rich' type.