Changes between Version 2 and Version 3 of Extensions
- Timestamp:
- 01/24/11 01:20:04 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Extensions
v2 v3 26 26 * Code repo: https://knowledgeforge.net/ckan/ckanext 27 27 * Pip path: {{{hg+https://knowledgeforget.net/ckan/ckanext}}} 28 29 == Data API == 30 31 Provides API for getting raw data from CKAN resources 32 33 * Name: dataapi 34 * Code repo: https://bitbucket.org/okfn/ckanext-dataapi/ 35 * PyPI: http://pypi.python.org/pypi/ckanext-dataapi 36 37 Use: CKAN_URL/api/data/RESOURCE_ID?PARAMETERS 38 39 Currently supported resources: XLS, CSV. For more information and for list of available PARAMETERS, please refer to the [http://packages.python.org/dataproxy/ dataproxy documentation]