]> cat aescling's git repositories - mastodon.git/commit
Add basic OEmbed provider API, fix #247
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 30 Nov 2016 22:01:03 +0000 (23:01 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 30 Nov 2016 22:01:03 +0000 (23:01 +0100)
commit6ff93845d55eb34fc8beceb0c2dde06860c1eb47
tree4097796e3dc6daf8678c44473ba7611e025b618c
parent14bd46946d25186044485aa101dd2da976b61181
Add basic OEmbed provider API, fix #247
app/controllers/api/oembed_controller.rb [new file with mode: 0644]
app/helpers/api/oembed_helper.rb [new file with mode: 0644]
app/views/api/oembed/show.json.rabl [new file with mode: 0644]
app/views/stream_entries/show.html.haml
config/routes.rb
spec/controllers/api/oembed_controller_spec.rb [new file with mode: 0644]
spec/helpers/api/oembed_helper_spec.rb [new file with mode: 0644]