Using ods-dataviz-sdk with opendatasoft.com

TypeScript integration

✓ Official SDK
Install
npm install ods-dataviz-sdk
Quick start
import Ods_dataviz_sdk from 'ods-dataviz-sdk';

const client = new Ods_dataviz_sdk({ apiKey: "YOUR_API_KEY" });
API entry point Provides links for: * catalog, your domain's list of dataset…
curl \
  # append ?apikey=$API_KEY to the URL \
  /
List of all pages from this portal.
curl \
  # append ?apikey=$API_KEY to the URL \
  /pages
Source entry points Provides links for the source's datasets and metadata.
curl \
  # append ?apikey=$API_KEY to the URL \
  /{source}
SDK on GitHub 📄 API Docs
SDK
ods-dataviz-sdk
TypeScript
API
opendatasoft.com
opendatasoft.com
At a glance
Language TypeScript
Endpoints36
✓ Official