Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@ankon ankon released this 03 May 14:51
· 44 commits to master since this release
v0.4.0
482f970
  • Automatic translation of Status responses into promise errors
  • Fixed content-type for patch, and support for selecting the content-type via a parameter
  • New function resource(kind) on any API group to get meta-information about the given kind. This is using the information delivered by the API server
  • New function create(...) on single resources to create resources
  • New function options() on single resources and resource collections to configure additional request options. Right now there is just one: 'rawResponse' (boolean) to disable automatic translation of Status responses.