librariesio / libraries.io

:books: The Open Source Discovery Service
https://libraries.io
GNU Affero General Public License v3.0
1.1k stars 206 forks source link

Add repository#show Route Using Query Parameters Instead of Path Parameters #3387

Closed mikeyoung85 closed 1 month ago

mikeyoung85 commented 1 month ago

This adds another route to get to the repository#show API endpoint. We occasionally hit route name conflicts when the name path parameter matches to another route. For example sending something like repositories will link to the repository_users#repositories route instead of our intended route.