This repository has been archived by the owner on Mar 22, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: Fix double encoding issue in storage responses. (#13)
* bug: Fix double encoding issue in storage responses. This change updates the on_* methods for the storage service to return dictionaries rather than json strings. This lets then service framework handle encoding/decoding and avoid double encoding issues where results were becoming a proper response with a result being a list of json strings or str. Now proper responses will have a result as a list of proper types (the most common being dict) or a specific type. * fixup! bug: Fix double encoding issue in storage responses.
- Loading branch information