bevyengine / bevy-website

The source files for the official Bevy website
https://bevyengine.org
MIT License
193 stars 332 forks source link

Switch from raw Github API HTTP calls to crate #1598

Open BD103 opened 1 month ago

BD103 commented 1 month ago

bevy-website's tools currently hand-roll HTTP calls to Github's API. This can be difficult to read and requires a lot of code. As discussed on Discord, it may be valuable switching to an crate that handles this for us. Some options: