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

Remove environment setup list #5

@notnotdrew

Description

@notnotdrew

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions