https://github.com/ckan/ckanext-apihelper
API Helper extension.
https://github.com/ckan/ckanext-apihelper
Last synced: 3 months ago
JSON representation
API Helper extension.
- Host: GitHub
- URL: https://github.com/ckan/ckanext-apihelper
- Owner: ckan
- License: agpl-3.0
- Created: 2013-12-27T09:09:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T21:22:54.000Z (over 10 years ago)
- Last Synced: 2025-04-04T17:51:47.106Z (9 months ago)
- Language: Python
- Homepage:
- Size: 375 KB
- Stars: 10
- Watchers: 7
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ckanext-apihelper
This extension is meant to add a few pages that will serve as a friendly interface
for the action API.
**Requires CKAN Version 2.1.1 or higher.**
## Instalation Instructions
With your CKAN virtual environment activated:
pip install -e git+https://github.com/ckan/ckanext-apihelper.git#egg=ckanext-apihelper
And add the following to your ckan.ini:
ckan.plugins = ... apihelper