Hi! 🙂 I'm currently extending Flarum and using your extension in the process. I think it's perfect for what I want to do!
I ran into a little roadblock though. Just like how you would send "groups" data as an addon from Group::class
, I'm thinking of sending masquerade
content through an API endpoint too.
Is there a way to add an endpoint to your Flarum API Client? Such as
$this->flarum->api->masquerade()->request()->collect()->all()
?