datopian / data-api

Next generation Data API for data management systems including CKAN.
https://tech.datopian.com/data-api/
MIT License
9 stars 3 forks source link

Basic API optional parameters from CKAN datastore API #11

Closed leomrocha closed 3 years ago

leomrocha commented 3 years ago

This is a follow up of issue #7

Acceptance

Tasks

Implement the following parameters

Analysis

The total(bool) count will not be implemented as currently needs another query to count the results or obtain all the results in a single page and count the objects. As currently performance is first, this count might be implemented in a later issue but will be excluded of this one.

Refer to issue #7

leomrocha commented 3 years ago

Closing the issue as all the things that will be implemented are already in place. As per the updated analysis section count will not be currently implemented.