zeginis / JSON-QB-REST-API

0 stars 0 forks source link

Adding /measures-values or compacting all value retrieval paths to one #4

Closed mohadelrezk closed 7 years ago

mohadelrezk commented 7 years ago

We have the following paths: @Path("/dimension-values") @Path("/attribute-values")

either we add @Path("/measure-values"), or compact the three paths to one as it uses same sparql query (getDimensionAttributeValues).

mohadelrezk commented 7 years ago

This issue was moved to OpenGovIntelligence/json-qb-api-implementation#3