get method
Implementation
@override
GOAPICommand get(String path) {
return GODefaultAPICommand(
method: "GET",
uri: endpoint(path),
);
}
@override
GOAPICommand get(String path) {
return GODefaultAPICommand(
method: "GET",
uri: endpoint(path),
);
}