Ride-The-Lightning / c-lightning-REST

REST APIs for Core Lightning written with node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updated GET API channel/listForwardsFilter for pagination

ShahanaFarooqui opened this issue · comments

  • Add status filter
  • Add TotalForwards
  • Either sort by received_time or add sort in query too
  • Cache listforwards data for 15 minutes after pulling the list

The updates are merged in the Release 0.7.3 branch with commit c182139.

  • Added status filter
  • Added TotalForwards
  • Added sortBy & sortDirection
  • Caching 'local' & 'local_failed' filtered forwards for 10 minutes.