osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
GNU General Public License v3.0
7 stars 4 forks source link

Add location service and improve search service #243

Closed myssto closed 5 months ago

myssto commented 5 months ago

Adds a location service, which is a wrapper for accessing the IUrlHelper made accessible to the DI container by AspNetCore.Mvc. This service will generate full URLs to resource locations in the API. It is meant to be a helper utility for generating 201 Created responses and search results.

Also organizes Program.cs with regions for my sanity! Technically breaking changes here but nothing uses search yet so is safe to merge through.