FightForSub / FFS-Api

Fight For Subs API
https://ffs-events.zerator.com/
GNU General Public License v3.0
16 stars 7 forks source link

Implementation of check_subscribe #31

Closed vdumestre closed 5 years ago

vdumestre commented 5 years ago

Implementation of #22, the endpoint is POST /event/:id/check_subscription with data like : {"twitch_token":"TWITCH TOKEN"} and need the user to be logged in.

Also include a fix where ranking user produce a NullPointerException in EventResource.java

AlexMog commented 5 years ago

Can you also create a pull request with the doc of your endpoint here? https://github.com/FightForSub/FFS-Documentation/blob/master/Doc/API/v1/Events.md :) ty!

vdumestre commented 5 years ago

Done : https://github.com/FightForSub/FFS-Documentation/pull/1