diff --git a/providers/appforcestudio.yml b/providers/appforcestudio.yml new file mode 100644 index 00000000..3c2d60af --- /dev/null +++ b/providers/appforcestudio.yml @@ -0,0 +1,14 @@ +--- +- provider_name: AppForceStudio + provider_url: https://appforcestudio.com + endpoints: + - schemes: + - https://appforcestudio.com/playground/* + url: https://us-central1-themerax-cc903.cloudfunctions.net/playgroundApi/oembed + discovery: true + formats: + - json + - xml + example_urls: + - https://us-central1-themerax-cc903.cloudfunctions.net/playgroundApi/oembed?url=https://appforcestudio.com/playground/-Oaty4XzTiGzSdRkIRDZ +...