kadena-io / pact-lang-api

BSD 3-Clause "New" or "Revised" License
20 stars 16 forks source link

Allow non-json responses #15

Closed mightybyte closed 3 years ago

mightybyte commented 4 years ago

In some situations, the responses that come back from pact-lang-api calls are not JSON, so this library should probably not call txRes.json() for the user because sometimes that will fail in a way that is not desirable.

ggobugi27 commented 4 years ago

Closed by #18