Add syndication commands

This commit is contained in:
2023-01-29 11:47:47 +11:00
parent 01549d344f
commit 8c4fae3df5
4 changed files with 69 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
Hanami.app.register_provider :syndication, namespace: true do
start do
register "mastodon", Adamantium::Syndication::Mastodon.new
end
end