return fetch( url, {
            method: 'GET'
        } )
            .then(
                res => res.json(),