This pull request enables athe method to retrieve top 5 links filtered by multiple tags without introducing any breaking changes to the existing version of the endpoint. Updated Readme to reflect these changes as well.
What are the relevant tickets (if any)
closes #39
Testing
Tested the API endpoint with multiple tag filters
Checklist
[x] The code follows the project's coding standards.
[x] Unit tests have been added or updated to cover the changes.
[x] Documentation has been updated to reflect the changes (if applicable).
[x] The code compiles without errors.
[x] The changes have been tested locally and pass all relevant tests.
[x] All new and existing tests pass.
[ ] The pull request has been reviewed by at least one other contributor.
Description of Changes
This pull request enables athe method to retrieve top 5 links filtered by multiple tags without introducing any breaking changes to the existing version of the endpoint. Updated Readme to reflect these changes as well.
What are the relevant tickets (if any)
closes #39
Testing
Checklist
Deployment Notes
No special deployment steps