An open API service indexing awesome lists of open source software.

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.

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.**


APIHelper Screenshot

## 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