PretendoNetwork / miiverse-api

Pretendo Network's Miiverse service
GNU Affero General Public License v3.0
65 stars 11 forks source link

Beginning of mulitple communities related requests #20

Closed EpicUsername12 closed 1 year ago

EpicUsername12 commented 1 year ago

The code isn't good at all, but works enough so the game keeps going on, we need to find the real expected responses

Mario Kart 8 doesn't use a custom Miiverse RPL, so they are all real shared functions of Miiverse available to all games.

POST Requests:

%s represents some unknown ID, like 3905042148

So the request would be for example: POST /v1/communities/3905042148

GET Requests:

So we need to implement the creation of subcommunities by our users, with a limit of 4 per user, and of course the per-user favorites.

jonbarrow commented 1 year ago

Are you saying you implemented all those endpoints? Because I'm not seeing any implementations for any endpoints besides POST /v1/communities

EpicUsername12 commented 1 year ago

Are you saying you implemented all those endpoints? Because I'm not seeing any implementations for any endpoints besides POST /v1/communities

No, I have only made the endpoint you mentionned, and the quality of the implementation is poor. My text describes the endpoints i'd like to implement in the future!