UNPKG

contentful-management

Version:
14 lines (11 loc) 393 B
import { get as get$1 } from './raw.mjs'; const get = (http, params) => { return get$1(http, `/spaces/${params.spaceId}/preview_api_keys/${params.previewApiKeyId}`); }; const getMany = (http, params) => { return get$1(http, `/spaces/${params.spaceId}/preview_api_keys`, { params: params.query, }); }; export { get, getMany }; //# sourceMappingURL=preview-api-key.mjs.map