Skip to content

v0.9.0

Compare
Choose a tag to compare
@jritsema jritsema released this 07 Jul 21:14
· 1 commit to main since this release
d54589c

Updates HttpPostJSON to support response decoding (#7)

This is a breaking api change.

  • Updated HttpPostJSON in json.go to handle JSON response decoding when content-type is JSON, with improved error handling and code clarity
  • Added code in README to demonstrate HttpPutJSON and updated HttpPostJSON functionality