This repository has been archived by the owner on May 24, 2019. It is now read-only.
v1.0.9 Release
- Bug fixed when sending json to the API. The wrapper now send unescaped json, because the API already escape it (fixed by adding
JSON_UNESCAPED_SLASHES
tojson_encode
)