File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ module ApiClient
1212 #
1313 # @param [Hash] options
1414 # @option options [String] :url Server base URL.
15+ # @option options [Hash] :credentials Authentication credentials.
16+ # @option options [Hash] :options Options used to define connection.
1517 # @option options [Hash] :params URI query unencoded key/value pairs.
1618 # @option options [Hash] :headers Unencoded HTTP header key/value pairs.
1719 # @option options [Hash] :request Request options.
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ class RequestError < StandardError; end
2525 #
2626 # @param [Hash] options
2727 # @option options [String] :url server base URL.
28+ # @option options [Hash] :credentials Authentication credentials.
29+ # @option options [Hash] :options Options used to define connection.
2830 # @option options [Hash] :params URI query unencoded key/value pairs.
2931 # @option options [Hash] :headers Unencoded HTTP header key/value pairs.
3032 # @option options [Hash] :request Request options.
You can’t perform that action at this time.
0 commit comments