Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes to ideamapper provider #754

Merged
merged 9 commits into from
May 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions providers/ideamapper.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
- provider_name: Ideamapper
provider_url: http://oembed.ideamapper.com
provider_url: https://ideamapper.com/
endpoints:
- schemes:
- http://oembed.ideamapper.com/*
url: http://oembed.ideamapper.com
example_urls:
- http://oembed.ideamapper.com/?url=http://provider.com/post/f00ba2
- https://oembed.ideamapper.com/*
url: https://oembed.ideamapper.com/oembed
discovery: true
notes: Provider only supports the 'rich' type and json format
notes: Provider supports the 'photo' type and json and xml format. format must be part of the request
...
Loading