feat(api): add getListens endpoint with pagination

This commit is contained in:
Julian Tölle 2020-05-02 20:03:43 +02:00
parent a770b48441
commit de6d057f80
7 changed files with 83 additions and 1 deletions

5
package-lock.json generated
View file

@ -7709,6 +7709,11 @@
"integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==",
"dev": true
},
"nestjs-typeorm-paginate": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/nestjs-typeorm-paginate/-/nestjs-typeorm-paginate-2.0.3.tgz",
"integrity": "sha512-cGIVwdIrZuDO5kHSVTcYRyFAjyxbg2dn/YFp9l+/xhsQl9XZkvcfXtqoo32T/h5bUmztdS4GJMoUYwo7TF30Eg=="
},
"next-tick": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",