leaderboardsgg / leaderboard-site

Frontend of Leaderboards.gg
https://leaderboards.gg/
GNU General Public License v3.0
58 stars 22 forks source link

Feature Request: Automagically update the API Client #559

Closed erunks closed 1 year ago

erunks commented 1 year ago

What are you wanting to be added?

Goal: Automagically update the API Client when there is a new commit on the main branch of the backend repo

Objectives:

Possibly helpful reading

What might break?

I can't see anything that would break assuming we make sure that our API composables are thoroughly tested. Doing that should prevent breaking backend changes from reaching the frontend, and eventually auto-deploying to our live site. This will also take some coordination from the backend team, to make sure that if there are breaking changes, that they're versioned accordingly.

Relevant Issues

No response