We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
サイト内にまとめを埋め込むために、コンテンツだけを取得できるREST APIが欲しい。
The text was updated successfully, but these errors were encountered:
サイト内にまとめを埋め込む
おそらくウィジット的な埋め込みタグのことだと思いますが、どんな感じのイメージですか?
コンテンツだけを取得できるREST API
プロキシ的なキャッシュ・サーバーみたいなものでしょうか。Qiita の魚拓 API と似たようなものでよければ用意できます。
ただ、「ウィジット(埋め込みタグ)自体が各々の Mastodon サーバーを叩いて表示する」ものが作れればサーバーレスにできそうな気がします。
Sorry, something went wrong.
@KEINOS まとめ出力ページのbodyタグ直下に含まれているcontent(?)タグの内容とスタイルシート読み込みのためのlinkタグのセットをプレーンテキストで取得できるものです。データコンテナはjsonを考えています。 最高なのはp.htmlで出力されたhtml全てを投げ返して、静的htmlとして取得できればなー、というところです。
魚拓 API の挙動を確認していませんが、近しいものだと思われます。
No branches or pull requests
サイト内にまとめを埋め込むために、コンテンツだけを取得できるREST APIが欲しい。
The text was updated successfully, but these errors were encountered: