Module

api-client

This module just re-exports all symbols from @quintype/backend

However, each exported class has one extra member function added called cacheKeys(publisherId), which returns cache keys for that object (Story or Collection).

import { Story, Author, CustomPath, Collection, Member, Entity } from "@quintype/framework/server/api-client";

View Source server/api-client.js, line 1