Deprecate, disable, delete code for next major/minor version.

Do the usual dance for bumping our major/minor version.
This commit is contained in:
Mike McQuaid
2021-04-09 09:30:36 +01:00
parent fa3af8d24d
commit d73351251c
44 changed files with 91 additions and 620 deletions
+1 -1
View File
@@ -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