-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Description
Hi,
Thanks for making this extension available. I've some points on the generated Ruby script
- No need to require
urisince it gets required once you requirenet/http - Put
set_form_datadata in a separate hash variable, let's callform_datafor better looking and it's easier to manipulate - Beautify the hash
form_data = {
"ABCD" => "123", "ABCD" => "123",
"ABCD" => "123", "ABCD" => "123",
"ABCD" => "123", "ABCD" => "123"
}Thanks again for this awesome extension