Ha Duy Trung
Ha Duy Trung
@aouerfelli could you point out the main changes in your PR since it includes other upgrades which I understand is necessary for the code to compile but makes it difficult...
I never try but I think it's possible to add body to any request methods including DELETE. Should be straightforward to add.
Seems like your PR introduces a dependency that requires Ruby >= 2.0 which is more than what currently supported.
@gokcesurenkok may be a little explanation of what you're trying to do here?
Sorry just saw #8, let me read thru it.
How about using `JSON.dump(JSON.parse)` for consistency as in https://github.com/gokcesurenkok/cucumber-api/blob/eb76d333a092f52648e6a9b157a08b38dcf7ee9f/lib/cucumber-api/steps.rb#L60?
Placeholders won't work inside triple quotes unfortunately.
That would be my approach for this as well. Make a PR, probably adding a sample and I'll merge it!
I personally prefer not to have cookies baked into API calls, ideally they are supposed to be stateless. Though it's just a matter of passing back and forth request and...
Hi wanna send a PR? I'll merge soon as I can :)