As promised we implemented in #1171 the standard message enumeration for Yammer ("All" conversation feed).
This issue is going to extend the capability of this command and integrate the missing endpoints for message retrieval
yammer message list [options]
Option | Description
-- | --
-f, --feedType [feedType] | All,Top,My,Following,Sent,Private,Received - Returns messages from a specific feed. Defaults to All
--groupId [groupId] | Returns the messages from a specific group
--threadId [threadId] | Returns the messages from a specific thread
These are the messages based on the feedType property:
All options use a dedicated endpoint from the Yammer API but follow the same parameters as in the original Yammer list message command. You can see that the "All" implementation follows this endpoint https://developer.yammer.com/docs/messagesjson while the "Top" messages follow this endpoint https://developer.yammer.com/docs/messagesalgojson using the same.
Just assign it to me.
Thank you for proposing this command enhancement @plamber 👍🏻
Could you add the short (e.g. -f) options to your proposed spec?
@garrytrinder added one for the feedType but would avoid having one for the groupId and threadId. I try to be consistent with the other commands. We haven't used shorteners there
Thanks @plamber we like consistency 👍🏻
I've made a slight amendment to the OP to 'uncomment' the options table.
Thank you for your continued support to this project ❤️
Most helpful comment
Thanks @plamber we like consistency 👍🏻
I've made a slight amendment to the OP to 'uncomment' the options table.
Thank you for your continued support to this project ❤️