MCPcopy
hub / github.com/sallar/github-contributions-chart / fetchData

Function fetchData

src/utils/export.js:5–7  ·  view source on GitHub ↗
(username)

Source from the content-addressed store, hash-verified

3const API_URL = "/api/v1/";
4
5export function fetchData(username) {
6 return fetch(API_URL + username).then((res) => res.json());
7}
8
9export function download(canvas) {
10 try {

Callers 1

handleSubmitFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected