akirk / enable-mastodon-apps

Allow accessing your WordPress blog with Mastodon clients
https://wordpress.org/plugins/enable-mastodon-apps
GNU General Public License v2.0
34 stars 5 forks source link

transform WP_Error into the Mastodon API format #68

Closed pfefferle closed 6 months ago

pfefferle commented 6 months ago

See https://docs.joinmastodon.org/entities/Error/

akirk commented 6 months ago

I am having some second thoughts here, I think we also need to ensure that we are modifying this error response only for a request that was handled by the EMA plugin. Maybe do use the third parameter WP_REST_Request $request and simply check if the rest route starts with api/? What do you say?

pfefferle commented 6 months ago

oh, good point!