aticie / Mapper-Influences-Backend

0 stars 0 forks source link

Reduce osu! Api response body sizes to minimum #19

Closed 112batuhan closed 3 months ago

112batuhan commented 3 months ago

Added boilerplate pydantic models for response models. This makes it easier to add new fields if it's required. This will reduce cache size, reduce network usage and reduce download sizes in frontend for better experience for everyone.

I moved old endpoints to a new router. This might be usefull if FE dev (Fursum) wants to have easier access to full responses while developing the website.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

112batuhan commented 3 months ago

I'm merging this as this branch has been deployed for two days and we don't have any issues.