Files
Natalia Portillo a44b0cc87f Enhance Smartphones API with pagination and count endpoints
- Updated SmartphonesRequestBuilder to support pagination with skip and take query parameters.
- Added new CountRequestBuilder for counting smartphones by letter and year.
- Modified SmartphonesController to handle pagination in GetSmartphonesByLetterAsync and GetSmartphonesByYearAsync methods.
- Updated Search.razor and Search.razor.cs to implement infinite scrolling and display total smartphone count.
- Enhanced SmartphonesService to support pagination and count retrieval for smartphones.
- Added new Count endpoints for prototypes and by year in the API client.
2026-05-09 14:16:41 +01:00
..