Skip to content

Commit 68393c8

Browse files
authored
Merge pull request #298 from fusion2004/update-readme-for-new-custom-connection-arguments
Update arguments for custom connections run method in README
2 parents a36cab1 + f6fd3da commit 68393c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ class NullConnection
399399
def initialize(*args)
400400
end
401401

402-
def run(request_method, path, params = {}, headers = {})
402+
def run(request_method, path, params: nil, headers: {}, body: nil)
403403
end
404404

405405
def use(*args); end

0 commit comments

Comments
 (0)