tylerbwong / stack

An Android app for browsing Stack Overflow and other Stack Exchange sites.
https://stack.tylerbwong.me
GNU General Public License v3.0
522 stars 36 forks source link

Refactor Appending Site to Each Request #147

Open tylerbwong opened 1 year ago

tylerbwong commented 1 year ago

As seen in #144, we are keeping a list of endpoints that don't need the site parameter appended (e.g. network APIs). We should refactor it to avoid the need for a manual list.