Custom Query (2152 matches)
Results (1813 - 1815 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#1822 | fixed | Weight mulilingual searches correctly | kindly | kindly |
Description |
Dismax query across languages. Titles and selected languages, weighted more highly. |
|||
#61 | fixed | When dumping data to json do not dump private information like API keys | rgrp | rgrp |
Description |
Cost: 1h |
Note: See TracQuery
for help on using queries.