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.
Set maximum number of articles to return
openbridge.articles.list().limit(count)
count
number
250
ArticleListBuilder
const { items } = await openbridge.articles.list().limit(20)
const { items } = await openbridge.articles .list() .blog('news') .limit(5) .select(['title', 'handle'])