Closed EpicUsername12 closed 1 year ago
/v1/communities/%s
/v1/communities/%s.delete
/v1/communities/%s.favorite
/v1/communities/%s.unfavorite
/v1/communities
NOTE: Additional functions such as respondCommunityNotFound and commonGetSubCommunity were added to reduce duplicate code.
respondCommunityNotFound
commonGetSubCommunity
EDIT: Everything was tested, and works.
Looks good!
/v1/communities/%s
(update user-made sub community)/v1/communities/%s.delete
(delete user-made sub community)/v1/communities/%s.favorite
/v1/communities/%s.unfavorite
/v1/communities
'favorite' queryNOTE: Additional functions such as
respondCommunityNotFound
andcommonGetSubCommunity
were added to reduce duplicate code.EDIT: Everything was tested, and works.