Skip to content

Commit ac809fa

Browse files
authored
Update USAGE.md
1 parent ac2b317 commit ac809fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

USAGE.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ wrapper.conversations.reply(conversation_id, message)
3636
wrapper.members.self()
3737
wrapper.members.fetch(member_id)
3838
39-
wrapper.member.profile_posts.list(?sort_options)
40-
wrapper.member.profile_posts.list_all(?sort_options)
41-
wrapper.member.profile_posts.list_until(should_continue, ?sort_options)
42-
wrapper.member.profile_posts.fetch(profile_post_id)
43-
wrapper.member.profile_posts.edit(profile_post_id, message)
44-
wrapper.member.profile_posts.delete(profile_post_id)
39+
wrapper.members.profile_posts.list(?sort_options)
40+
wrapper.members.profile_posts.list_all(?sort_options)
41+
wrapper.members.profile_posts.list_until(should_continue, ?sort_options)
42+
wrapper.members.profile_posts.fetch(profile_post_id)
43+
wrapper.members.profile_posts.edit(profile_post_id, message)
44+
wrapper.members.profile_posts.delete(profile_post_id)
4545
```
4646

4747
## Resources

0 commit comments

Comments
 (0)