ketting icon indicating copy to clipboard operation
ketting copied to clipboard

The HATEOAS client for javascript

Results 30 ketting issues
Sort by recently updated
recently updated
newest added

In some case, a POST or PUT call can delete some resources. The problem is, when a HTTP method returns a Link header that contains a `rel="invalidates"`, then this can...

Hello, I have a HAL Forms action expecting a multipart PUT in order to upload binary data. `Action` does not allow to pass the binary data. Could this be supported?

enhancement

Hey, long time Ketting user here. Love your work. That said, Ketting provides us with a lot of magic. Sometimes that magic is poorly understood (ex. by me). I would...

enhancement

First of all, thank you for this amazing library! I would like Ketting to support ETag for 2 reasons: - caching - optimistic locking With each GET, Ketting would send...

enhancement

If that header is supported by a server, it means that the server will respond to `PUT` and `POST` requests with the entire newly created/updated entity representation. This would be...

enhancement

Hello, We started to use `prefer` header. We have a place where we perform 2 subsequent GET on the same uri, first with `prefer: return-minimal` then with `prefer: return-representation`. When...

enhancement

At the moment we simply cache everything coming from a server, and only expire this when `refresh` is called. I'm not 100% certain if this is the right way to...

enhancement