responses icon indicating copy to clipboard operation
responses copied to clipboard

Add method_or_response= as optional keyword parameter for add() method.

Open paulsuh opened this issue 1 year ago • 2 comments

Fixes issue #734

Adds a keyword parameter method_or_response to the add(...) method. The new keyword parameter is added as the last keyword parameter so that existing code that treats the first and second positional arguments as being assigned to the parameters method and url respectively continues to work without modification.

Unit test of the new functionality (all tests passing) and documentation in the README.rst have been added.

paulsuh avatar Sep 09 '24 00:09 paulsuh

please also add a change explanation in the changelog

beliaev-maksim avatar Oct 14 '24 07:10 beliaev-maksim

@beliaev-maksim Change log updated

paulsuh avatar Oct 15 '24 04:10 paulsuh