MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / getProjectInfo

Function getProjectInfo

updateLangs.mjs:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17const projectId = 380336;
18
19async function getProjectInfo() {
20 const res = await axios.get(`${baseUrl}/projects/${projectId}`, { headers });
21 return res.data.data;
22}
23
24async function getLanguageInfo(lang) {
25 const res = await axios.get(`${baseUrl}/languages/${lang}`, { headers });

Callers 1

updateLangs.mjsFile · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected