JSON Trouble
Learn how to implement the routes and find a workaround for the http4s error.
We'll cover the following...
We'll cover the following...
Broken JSON
Now that we have a proper streaming solution, we can try it out.
What do we get when we expect a list of products?
The
httpcommand is from the tool httpie19 for querying our service.
Well, whatever this is, it is not JSON! It might look like it, but it isn’t. However, quite often such things ...