You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a method in the ClubhouseClient class in api.py for each of the Categories endpoints offered by the Clubhouse API. Use the formatting of the Milestone-related methods in the ClubhouseClient class as a guide.
New method names should be:
list_categories()
create_category()
get_category()
update_category()
delete_category()
list_category_milestones()
The text was updated successfully, but these errors were encountered:
Create a method in the
ClubhouseClient
class inapi.py
for each of the Categories endpoints offered by the Clubhouse API. Use the formatting of the Milestone-related methods in theClubhouseClient
class as a guide.New method names should be:
list_categories()
create_category()
get_category()
update_category()
delete_category()
list_category_milestones()
The text was updated successfully, but these errors were encountered: