thunderstore-io / Thunderstore

Thunderstore is a mod database and API for downloading mods. Thunderstore Discord: https://discord.thunderstore.io/
https://thunderstore.io/
GNU Affero General Public License v3.0
134 stars 27 forks source link

Reduce noise in v1 API urls #951

Closed MythicManiac closed 4 months ago

MythicManiac commented 10 months ago

Reduce noise in v1 API urls by making most community-agnostic views not get duplicated under the community specific URL structure.

The package rating endpoint still remains duplicated as it's not as straight forward to prevent duplicating.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (metrics-api@b86dada). Click here to learn what that means.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## metrics-api #951 +/- ## ============================================== Coverage ? 92.52% ============================================== Files ? 276 Lines ? 8163 Branches ? 772 ============================================== Hits ? 7553 Misses ? 505 Partials ? 105 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

anttimaki commented 4 months ago

Closed in favour of #1042