From dca183bd30b522e2043cd3c622bdb2f8246c83cc Mon Sep 17 00:00:00 2001 From: parulvaghela <84713942+parulvaghela@users.noreply.github.com> Date: Sat, 29 Jun 2024 10:50:55 +0530 Subject: [PATCH 1/2] Create developer.yml --- providers/developer.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 providers/developer.yml diff --git a/providers/developer.yml b/providers/developer.yml new file mode 100644 index 00000000..f0a3a01e --- /dev/null +++ b/providers/developer.yml @@ -0,0 +1,14 @@ +--- +- provider_name: The Provider + provider_url: http://www.provider.com + endpoints: + - schemes: + - http://img.provider.com/* + - http://provider.com/post/* + url: http://api.provider.com/oembed.json + docs_url: http://dev.provider.com/api/oembed/ + example_urls: + - http://api.provider.com/oembed.json?url=http://provider.com/post/f00ba2 + discovery: true + notes: Provider only supports the 'rich' type +... From 8a1223d9210f0b266d5807cd5fb92247b70cf9c2 Mon Sep 17 00:00:00 2001 From: parul madam Date: Mon, 1 Jul 2024 17:11:06 +0530 Subject: [PATCH 2/2] provider value change --- providers/developer.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/providers/developer.yml b/providers/developer.yml index f0a3a01e..e642307a 100644 --- a/providers/developer.yml +++ b/providers/developer.yml @@ -1,14 +1,12 @@ --- -- provider_name: The Provider - provider_url: http://www.provider.com +- provider_name: Itabtech infosys + provider_url: https://samay.itabtechinfosys.com/ endpoints: - schemes: - - http://img.provider.com/* - - http://provider.com/post/* - url: http://api.provider.com/oembed.json - docs_url: http://dev.provider.com/api/oembed/ + - https://samay.itabtechinfosys.com/* + url: https://samay.itabtechinfosys.com/oembed/ example_urls: - - http://api.provider.com/oembed.json?url=http://provider.com/post/f00ba2 + - https://samay.itabtechinfosys.com/oembed/?url=https://samay.itabtechinfosys.com/thank-you-image.png discovery: true - notes: Provider only supports the 'rich' type -... + notes: Provider only supports the 'photo' type +... \ No newline at end of file