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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected