Skip to content

[Feature request] Allow changing the default client used by the static methods #87

@emmericp

Description

@emmericp

It would be nice to be able to change the client used by the default static methods.

The following would be sufficient:

    public synchronized static void setClient(RestClient client) {
        close();
        this.client = client;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions