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

Export blocklist in well-known API path? #65

Open
Quix0r opened this issue Feb 9, 2024 · 2 comments
Open

Export blocklist in well-known API path? #65

Quix0r opened this issue Feb 9, 2024 · 2 comments

Comments

@Quix0r
Copy link

Quix0r commented Feb 9, 2024

Most Fediverse software, like Mastodon, supports domain block lists. This isn't a personal block/mute. It is a server-wide block/mute that only the administrator can start.

It is commonly reachable under /api/v1/instance/domain_blocks and is, of course, a JSON response. You can find great example by calling that URL on many Mastodon instances, e.g. https://mastodon.social/api/v1/instance/domain_blocks is a very large list.

Can you add such API path to your software?

@grishka
Copy link
Owner

grishka commented Feb 9, 2024

Sure, I will add that as part of my client API.

As of right now, Smithereen doesn't have an API at all. My current milestones for the 1.0 release are:

  • Moderation improvements, account deletion, data export (I'm working on this right now)
  • Photo albums
  • Discussion boards in groups
  • Client API

@Quix0r
Copy link
Author

Quix0r commented Feb 9, 2024

Okay, thank you for adding it on your list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants