Skip to content

Instantly share code, notes, and snippets.

A comparison of Collection+JSON, HAL, JSON-LD and SIREN media types.
@milla
milla / resource-view-demo-data.py
Created December 28, 2016 05:05 — forked from rufuspollock/resource-view-demo-data.py
Script to Create Demo Resources for Testing Resource Viewer
'''Simple script for creating demo data in CKAN
Requires existence of a tester user. You can create this by doing::
paster create-test-data user
'''
import ckanclient
base_location = 'http://localhost:5000/api'
api_key = 'tester'