mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-14 12:14:46 +00:00
c5a2f8b16c
227665212 Merge pull request #147 from sartography/feature/improve_connector_proxy_calls 306618d99 Send a json request to the connector proxy (don't send a set of post params, as these will all be converted to strings) Requires changes on the connector proxy as well. Adding SimpleJson as a dependency -- when it is available, Flask will prefer its use when serializing requests - and this will avoid errors when attempting to send decimal values. As I understand it, using SimpleJson on both ends will assure that decimals are represented as strings during serialization, but SimpleJson will know to deserialize them back to decimals on the other side. Can't say I'm lovin on Json at the moment. git-subtree-dir: spiffworkflow-backend git-subtree-split: 227665212e28f5d48e2fc03ceb92a8805ae43f0a