killbill-client-java icon indicating copy to clipboard operation
killbill-client-java copied to clipboard

Improve response for create calls

Open sbrossie opened this issue 2 years ago • 0 comments

Create calls in Kill Bill typically return 201 with a Location header. When followLocation is specified, there is Get to automatically fetch the resource; however, when followLocation is not specified, there no response returned and no easy way to even get the ID of the resource.

We would like to at least return an empty resource with the ID to make it easy for the caller.

sbrossie avatar Aug 22 '23 16:08 sbrossie