farside/test
Ben Busby 5235f5a3bf
Replace poison dependency w/ jason
The dependency took a long time to compile, and was causing problems for
a user who was attempting to build the project.

Since it wasn't a strictly necessary dependency, and `jason` was already
included in the project, all instances of `poison` have been replaced
with `jason`.

The only additional code that this introduced was converting from
generic maps returned by `Jason.decode` into Service structs.
2022-02-14 11:21:32 -07:00
..
farside_test.exs Replace poison dependency w/ jason 2022-02-14 11:21:32 -07:00
test_helper.exs Setup basic Plug.Router framework for serving requests 2021-10-22 18:28:12 -06:00