graphiti-api / spraypaint.js

Graphiti Client / Javascript ORM / JSONAPI
MIT License
108 stars 69 forks source link

Fix special characters encoding #116

Closed mdcarreira closed 1 year ago

mdcarreira commented 1 year ago

This PR fixes special characters (such as # and &) not being encoded before being sent to the backend, which caused issues.

This solution was taken from a pending Pull Request that exists on the original repository.

mdcarreira commented 1 year ago

Sorry! I meant to create a PR on my repository, but created here by mistake