responses
responses copied to clipboard
Add method_or_response= as optional keyword parameter for add() method.
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.
please also add a change explanation in the changelog
@beliaev-maksim Change log updated