contentful-management
Version:
Client for Contentful's Content Management API
9 lines (8 loc) • 584 B
TypeScript
import type { GetAppInstallationParams } from '../../../common-types';
import type { RestEndpoint } from '../types';
export declare const getAppInstallationUrl: (params: GetAppInstallationParams) => string;
export declare const get: RestEndpoint<'AppInstallation', 'get'>;
export declare const getMany: RestEndpoint<'AppInstallation', 'getMany'>;
export declare const upsert: RestEndpoint<'AppInstallation', 'upsert'>;
export declare const del: RestEndpoint<'AppInstallation', 'delete'>;
export declare const getForOrganization: RestEndpoint<'AppInstallation', 'getForOrganization'>;