This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A comparison of Collection+JSON, HAL, JSON-LD and SIREN media types. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'''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' |