Custom Query (2152 matches)
Results (793 - 795 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1207 | fixed | ckanclient.package_entity_get should raise more specific exception | dread | dread |
Description |
When package does not exist in ckan catalogue, ckanclient.package_entity_get should raise more specific exception, such as CkanNotFoundError? instead of generic CkanApiError?. |
|||
#1208 | fixed | Webstore: a datastore with web API | rgrp | rgrp |
Description |
Current code is here: https://github.com/okfn/webstore. API SpecReadTwo basic ways to query:: GET: /{owner}/{db-name}/?sql=... GET: /{owner}/{db-name}/?table=...&attr=value&attr=value&limit=... Returns:: { u'keys': [u'id', u'name'], u'data': [ [1, u'jones'], [u'aaa', u'jones'] ] } WritePOST to::
Payload is json data structured as follows::
Authentication and AuthorizationAuthentication: use basic auth header. Authorization:
Possible future: config file can specify a python method (TODO: method signature) Integration with Other SystemsTODO: Specify how to delegate authenatication to user database in some other system. |
|||
#1209 | fixed | sort out rendering of formalchemy package preview | kindly | |
Description |
Got broken due to the moderated edits changes #1141. Need to make sure preview works. |