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

Class

app/javascript/dashboard/api/integrations/shopify.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import ApiClient from '../ApiClient';
4
5class ShopifyAPI extends ApiClient {
6 constructor() {
7 super('integrations/shopify', { accountScoped: true });
8 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected