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

Class

app/javascript/dashboard/api/yearInReview.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import ApiClient from './ApiClient';
3
4class YearInReviewAPI extends ApiClient {
5 constructor() {
6 super('year_in_review', { accountScoped: true, apiVersion: 'v2' });
7 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected