tylerbwong / stack

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

Add Post Answer Support #44

Closed tylerbwong closed 4 years ago

tylerbwong commented 5 years ago

Closes #43.

Also adds some tests for AuthInterceptor since we now need to inject the access_token into the RequestBody for POST requests instead of as a query parameter.