microsoft/Atlas

Using REST API response headers and status

lodejard opened this issue · 0 comments

Probably means the response body shouldn't be the root data in a request operation's output:

Instead of (@) the body would be queried at (result.body), and (result.headers) and (result.status) would also be available.

Which should also have a nice side-effect of leaving the rest of working memory available as well.