Post #1907589
2022-11-07 13:53 UTC
I added an API (kinda) to #FediFinder. The only endpoint is /api/known_instances.json. It returns all instances it knows at the moment.
Currently, It is used to share data with @debirdify.
I don't know if it will stay public/available and/or if the structure will change in the future.
Replies (1)
-
@Luca@vis.social 2022-11-07 21:53
#FediFinder Day 9(?). I moved the handle identification from the backend to the frontend to improve performance. The server is only responsible for getting the data from Twitter and checking domains. No changes for the users. With the functions, I moved some tests to the frontend. Only visible on the staging server or the code. If handles are detected on the user profile, I show links to their import. Thanks @nart for the idea. JSON export (including accounts without handles). Fixed bugs.