Hi, do you guys have an API for Linen? I'm working on a search engine for developers and think a feature to search slack/discord might be helpful
👍 2
e
Emil Ajdyna
10/28/2022, 9:34 PM
Hey, we've got few endpoints that we're using internally, like
/api/search
, but they can change in the future. Please feel free to have a look at it :) PRs are highly welcome t
j
jon
10/29/2022, 1:05 AM
Thanks, do you have any guidelines about rate limiting or anything?
e
Emil Ajdyna
10/31/2022, 9:20 AM
Not yet, there are tons of things we need to do. For now, just please be reasonable, potentially cache data on your side as well
j
jon
10/31/2022, 2:04 PM
@Emil Ajdyna i'm trying to search across all linen communities, not just one at a time, including those that are synced from discord/slack, is there a way to do that? /api/search seems to be for one community a a time.