MCPcopy Create free account
hub / github.com/chatwoot/chatwoot / articles

Method articles

app/javascript/dashboard/api/search.js:52–61  ·  view source on GitHub ↗
({ q, page = 1, since, until })

Source from the content-addressed store, hash-verified

50 }
51
52 articles({ q, page = 1, since, until }) {
53 return axios.get(`${this.url}/articles`, {
54 params: {
55 q,
56 page: page,
57 since,
58 until,
59 },
60 });
61 }
62}
63
64export default new SearchAPI();

Callers 15

articleSearchFunction · 0.45
search.spec.jsFile · 0.45
filter_articlesMethod · 0.45
update_positionsMethod · 0.45
rebalance_positionsMethod · 0.45
resequence_categoryMethod · 0.45
articles_countMethod · 0.45
performMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected