Closed EpicUsername12 closed 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
Fixed CommunitySchema 'json()' method for base64 fields
Fixed getCommunityByTitleIDs(), there is no field 'title_ids' in the schema
Looks good to me
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
Fixed CommunitySchema 'json()' method for base64 fields
Fixed getCommunityByTitleIDs(), there is no field 'title_ids' in the schema