Add blue sky as a syndication source
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Hanami.app.register_provider :clients, namespace: true do
|
||||
start do
|
||||
register "mastodon", Adamantium::Client::Mastodon.new
|
||||
register "blue_sky", Adamantium::Client::BlueSky.new
|
||||
register "omdb", Adamantium::Client::Omdb.new(api_key: target["settings"].omdb_api_key)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user