Sha256: 9e66a66a032a4db988dc333e40f5aacac850f9142d3ec005d5fdc3e2d71700e1
Contents?: true
Size: 335 Bytes
Versions: 15
Compression:
Stored size: 335 Bytes
Contents
import { API_OPERATIONS, get } from 'foremanReact/redux/API'; import CONTENT_VIEWS_KEY from '../ContentViewsConstants'; const getContentViewDetails = cvId => get({ type: API_OPERATIONS.GET, key: `${CONTENT_VIEWS_KEY}_${cvId}`, url: `/katello/api/content_views/${cvId}`, params: {}, }); export default getContentViewDetails;
Version data entries
15 entries across 15 versions & 1 rubygems