fili icon indicating copy to clipboard operation
fili copied to clipboard

Delegate unconstrained table endpoint to constrained table endpoint

Open ghost opened this issue 8 years ago • 0 comments

https://github.com/yahoo/fili/pull/439 implemented a new table endpoint - /{tableName}/{granularity}/{dimensions:.*}. Just like how data endpoint delegates /{tableName}/{timeGrain} request to /{tableName}/{timeGrain}/{dimensions:.*} endpoints, we should do the same for /{tableName}/{granularity} endpoint, because the two share almost the same lines of code

ghost avatar Oct 26 '17 01:10 ghost