sthewissen / MVP

Unofficial app to help MVPs manage their community activities
GNU General Public License v3.0
112 stars 31 forks source link

[Feature] API integration #6

Closed sthewissen closed 4 years ago

sthewissen commented 4 years ago

What?

Endpoints

Less interesting

Potential future stuff

sthewissen commented 4 years ago

I'm currently looking at integrating the API code graciously provided by https://github.com/LanceMcCarthy/MvpApi

I think a lot of it can be reused, perhaps somewhat simplified. It tackles two of the biggest obstacles (wrapping the API and getting/refreshing auth tokens) and it does it fine by the looks of it.

sthewissen commented 4 years ago

The basics for this are merged in, I think it pretty much covers the whole spectrum of what we can do with it atm.