Closed AmanGIT07 closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
frontier | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 29, 2024 6:23am |
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
internal/api/v1beta1/billing_invoice.go | 0 | 6 | 0.0% | ||
proto/v1beta1/admin.pb.go | 0 | 15 | 0.0% | ||
internal/store/postgres/billing_invoice_repository.go | 0 | 21 | 0.0% | ||
proto/v1beta1/admin.pb.validate.go | 0 | 22 | 0.0% | ||
<!-- | Total: | 0 | 64 | 0.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
internal/api/v1beta1/billing_invoice.go | 1 | 0.0% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 10590915744: | -0.005% |
Covered Lines: | 10463 |
Relevant Lines: | 110278 |
Description
Adds pagination to list all invoice API.
page_num
andpage_size
params can be used to modulate the pages.count
returns the total number of items (not the count of items in response) so that it can be consumed for different logics if needed.API Testing
Request:
Response:
Request:
Response: