Home
last modified time | relevance | path

Searched refs:selectParam (Results 1 – 1 of 1) sorted by relevance

/openbmc/webui-vue/src/api/composables/
H A DuseAllSubResources.ts34 const selectParam = canUseSelect ? `?$select=${subResourceName}` : ''; constant
35 const { data } = await api.get(`${parentCollectionPath}${selectParam}`);