MCPcopy Create free account
hub / github.com/FeatureProbe/FeatureProbe / ApplicationJson

Function ApplicationJson

ui/src/constants/api/contentType.ts:1–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export const ApplicationJson = () => {
2 return {
3 'Content-Type': 'application/json',
4 'Accept-Language': localStorage.getItem('i18n')?.replaceAll('"', '') || 'en-US',
5 Authorization: 'Bearer ' + localStorage.getItem('token'),
6 'X-OrganizeID': localStorage.getItem('organizeId') || '',
7 };
8};

Callers 15

getToggleListFunction · 0.90
getToggleInfoFunction · 0.90
getTargetingFunction · 0.90
saveToggleFunction · 0.90
approveToggleFunction · 0.90
createToggleFunction · 0.90
editToggleFunction · 0.90
offlineToggleFunction · 0.90
restoreToggleFunction · 0.90
getTagsFunction · 0.90
addTagFunction · 0.90
getTrafficFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected