hedera-mirror-node icon indicating copy to clipboard operation
hedera-mirror-node copied to clipboard

Add query normalization to support REST API Caching

Open edwin-greene opened this issue 1 year ago • 1 comments

Problem

Caching on the REST API can be enhanced by adding logic that handles absent query parameters indentically to default query parameters. For example: /api/v1/accounts and /api/v1/accounts?limit=25

Solution

Add query parameter normalization functionality. It should be easily usable by the caching middleware from #9111

Alternatives

No response

edwin-greene avatar Aug 22 '24 17:08 edwin-greene