yitsushi / go-misskey

Misskey Go SDK
GNU General Public License v3.0
51 stars 12 forks source link

Parse Data field in admin/queue/jobs response #77

Open yitsushi opened 3 years ago

yitsushi commented 3 years ago

Is your feature request related to a problem? Please describe. The admin/queue/jobs endpoint return value depends on the requested Domain. For example Deliver has a very simple structure with only a "To" field in Data, but Inbox contains the while ActivePub Activity object.

Describe the solution you'd like Maybe #44 gives us the ability to parse the response the right way.

Describe alternatives you've considered I have no idea now.

Additional context Related issue: #66