This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
It was only being used by learn-doctor, which is now deprecated. Then endpoint is also being removed from the Learn API.
|
def environment_setup_list |
|
response = get(environment_setup_list_endpoint) |
|
|
|
LearnWeb::Client::Environment::SetupList.new(response) |
|
end |
and
|
def environment_setup_list_endpoint |
|
"#{API_ROOT}/environmentalizer/steps" |
|
end |