Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Filter articles by blog
openbridge.articles.list().blog(handle)
handle
string
ArticleListBuilder
const { items } = await openbridge.articles.list().blog('news')
const { items } = await openbridge.articles .list() .blog('company-updates') .limit(5) .select(['title', 'handle', 'publishedAt'])