UNPKG

contentful-management

Version:
4 lines 156 B
import * as raw from './raw'; export const get = (http, params) => { return raw.get(http, `/organizations/${params.organizationId}/semantic/settings`); };