mirror of
https://github.com/gosticks/brew.git
synced 2026-08-13 21:20:23 +00:00
Deprecate, disable, delete code for next major/minor version.
Do the usual dance for bumping our major/minor version.
This commit is contained in:
@@ -14,7 +14,7 @@ module GitHub
|
||||
module_function
|
||||
|
||||
def open_api(url, data: nil, data_binary_path: nil, request_method: nil, scopes: [].freeze, parse_json: true)
|
||||
odeprecated "GitHub.open_api", "GitHub::API.open_rest"
|
||||
odisabled "GitHub.open_api", "GitHub::API.open_rest"
|
||||
API.open_rest(url, data: data, data_binary_path: data_binary_path, request_method: request_method,
|
||||
scopes: scopes, parse_json: parse_json)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user