PretendoNetwork / miiverse-api

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

Improved GET and POST /v1/communities #25

Closed EpicUsername12 closed 1 year ago

EpicUsername12 commented 1 year ago

This is because Miiverse allowed user-made communities (4 per games)

'parent' mandatory field to get all subcommunities belonging to a specific parent community

'owner' optional field to comply with 'my' query type

'olive_community_id' optional array field to comply with 'favorite' query type, you would feed this field the user favorite sub communities ID

jonbarrow commented 1 year ago

Looks good to me