agnelvishal / Condense.press

GNU General Public License v3.0
12 stars 25 forks source link

Lumen Rest API #21

Closed burrelle closed 5 years ago

agnelvishal commented 5 years ago

Could you modify the query to return only item_content,item_title,item_date, item_url,total,image,likes,shares,pa instead of all. @burrelle

burrelle commented 5 years ago

Updated

agnelvishal commented 5 years ago

/feeds returns data but /feeds/between?startDate={2018-01-29}&endDate={2018-10-29} or /feeds/between?startDate="2018-01-29"&endDate="2018-10-29" returns null. Why so?

burrelle commented 5 years ago

/feeds/between?startDate=2018-04-22&endDate=2018-04-28

agnelvishal commented 5 years ago

Thanks. One more thing. "ORDER BY total desc" needs to be added to the query

burrelle commented 5 years ago

->orderBy('total', 'desc')