I am building an app using Django and JavaScript. In Java I have a function that looks like this:
fetch(\'/posts\') .then(response => response.json()) .the