This repository was archived by the owner on Apr 19, 2021. It is now read-only.
v0.4.0
- Automatic translation of
Statusresponses 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 ofStatusresponses.