aticie / Mapper-Influences-Backend

0 stars 0 forks source link

Adding osu api responses to our own endpoints #33

Open 112batuhan opened 3 months ago

112batuhan commented 3 months ago

Currently, FE sends separate requests for osu api data and internal db data separately. Utilize osu api's multiple user and beatmap query to send data in one part. This is especially useful for influence, mentions and leaderboard endpoints. This will also prevent osu api rate limit issues during random user activity spikes.