I seem to be getting an error from the phin library when an API returns a 204 status code which indicates that the response has no content. This looks like it is due to the parse: "json" option which tries to parse null instead of ignoring it. I will take a look at the source and see if it's an easy fix but just raising this issue for visibility
Hi there,
I seem to be getting an error from the
phin
library when an API returns a204
status code which indicates that the response has no content. This looks like it is due to theparse: "json"
option which tries to parsenull
instead of ignoring it. I will take a look at the source and see if it's an easy fix but just raising this issue for visibility