this post was submitted on 19 Jul 2023
5 points (100.0% liked)

Lemmy App Development

762 readers
8 users here now

A place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform.

On-Topic:

Off-Topic:

founded 2 years ago
MODERATORS
 

Is there anywhere that lemmy's various types of internal links are documented? like !community links @user links, links of the form https://lemmy.com/c/community@otherinstance.net. i have also seen links that just have "/c/community@otherinstance.net"... at the moment i'm only developing rendering code for them as i happen upon them, which is ad-hoc

you are viewing a single comment's thread
view the rest of the comments
[–] blawsybogsy@lemmy.ml 1 points 2 years ago

yeah, the relative ones are always on another instance it seems. if you strip the '/c/' you can hit the '/community' endpoint with the 'comm@inst.ance' part as the name parameter and it returns the community_view for it. works fine.