Hi all.
My Circle CI endpoint to return artifacts in a JSON works fine.
It contains a first entry.
That entry has a URL to a code-coverage JSON file.
And it’s that data that i need returned via my axios, ajax or fetch API. I’ve tried all three. On Postman, via webserver or in the browser console… they all come back with “Not Logged In” sort of errors.
So this is an issue with tokens, access etc I guess?
[ Another person experiencing the same issue - Circle-token param ignored when using API URL to fetch latest artifact ]
Has anyone managed to resolve this yet?
Can anyone advise how I can get that data (not just the artifacts, but the JSON from the URL of the first element of the artifacts) returned if Circle CI’s endpoint only works in the browser? And if the URL for that one-level-deeper sort of information doesn’t accept tokens?
Ummmm. Help?