Skip to content

v3.8.0

Compare
Choose a tag to compare
@10xSebastian 10xSebastian released this 07 Nov 10:15
· 234 commits to master since this release

You can also access response data directly through the response object (with square bracket notation only):

  LHC.json.get(url: 'http://datastore/entry/1')[:name]

This makes accessing the data object with .data unnecessary and direct data retrieval a little more convenient.