UNPKG

contentful-management

Version:
6 lines 227 B
import * as raw from './raw'; export const get = (http, params, data, headers) => { return raw.post(http, `/spaces/${params.spaceId}/environments/${params.environmentId}/semantic/recommendations`, data, { headers }); };