Closed sthewissen closed 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.
The basics for this are merged in, I think it pretty much covers the whole spectrum of what we can do with it atm.
What?
Endpoints
GET
GetContributionAreasGET
GetContributionByIdGET
GetContributionsGET
GetContributionTypesPOST
PostContributionPUT
PutContributionDELETE
DeleteContributionGET
GetMVPProfileGET
GetMVPProfileByIdGET
GetMVPProfileImageLess interesting
GET
GetOnlineIdentitiesGET
GetOnlineIdentitiesByNominationsIdPOST
PostOnlineIdentityPUT
PutOnlineIdentityDELETE
DeleteOnlineIdentityGET
GetSharingPreferencesPotential future stuff
GET
GetCurrentQuestionsGET
GetAnswersPOST
SaveAnswersPOST
SubmitAnswers