9
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 26 Jun 2023
9 points (90.9% liked)
Asklemmy
43752 readers
1898 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
I had to do something similar for the search engine I'm working on. What I'm currently testing is indexing the
api/v3/post/list
endpoint and matching on theactor_id
to the internalid
. The only major problem with this is that I now need to crawl the entire fediverse in order to support all of the different sites.Oh wow, that's also a huge undertaking! It is kinda sad that the
api/v3/resolve_object
endpoint was working without auth before the 0.18 release. Maybe I can see if we can get an api endpoint specifically for this? Without needing auth and without returning all the post information that we aren't interested in.(Sorry for replying to your root comment, your reply isn't showing on my instance)
There is some good and some bad news for this. They are aware of this problem, and are having discussions to change it. But I don't know when it is coming. And I agree that a lookup would be useless if we can simply create the url directly.