You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thank you for your job. It could be usefull to receive responses also in JSON format for all API by specifing it as a property of the client, instead of a SimpleXmlElement. Now it seems available only for attachments API and issue creation.
Bye :-)
The text was updated successfully, but these errors were encountered:
Switching to JSON for all API would need a whole rewrite of all APIs as well as the parameter handling. If someone would take the time for a PR this would be awesome.
As a workaround I would recommend simply parse the SimpleXML to JSON with json_encode:
Hi,
thank you for your job. It could be usefull to receive responses also in JSON format for all API by specifing it as a property of the client, instead of a SimpleXmlElement. Now it seems available only for attachments API and issue creation.
Bye :-)
The text was updated successfully, but these errors were encountered: