Tutorial: System.fetchManifest

System.fetchManifest

Fetches a JSON manifest using the browser process and returns a Javascript object.

Example

const manifest = await fin.System.fetchManifest('https://www.path-to-manifest.com');
console.log(manifest);