Published
Edited
Aug 28, 2020
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
edelweissUrl = "https://api.edelweissdata.com"
Insert cell
getDatasets = function() {
// here we assume that a variable accessToken exists and contains the access token string value
return fetch(`${edelweissUrl}/datasets`, {
headers: {
'Authorization': `bearer ${accessToken}`
},
}).then(response => response.json())
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
oidcResult = fetch(`${edelweissUrl}/oidc`, { method: 'GET' })
.then(response => response.json())
Insert cell
Insert cell
Insert cell
import {secret} from "@tmcw/secret"
Insert cell
import {table} from "@tmcw/tables@513"
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more