Fuzzy search for groups.
Use a bare-bones client and the command you need to make an API call.
import { GroupServiceClient, SearchGroupsCommand } from "@rivet-gg/group"; // ES Modules import // const { GroupServiceClient, SearchGroupsCommand } = require("@rivet-gg/group"); // CommonJS import const client = new GroupServiceClient(config); const command = new SearchGroupsCommand(input); const response = await client.send(command);
SearchGroupsCommandInput for command's input shape.
input
SearchGroupsCommandOutput for command's response shape.
response
config for GroupServiceClient's config shape.
config
Fuzzy search for groups.
Use a bare-bones client and the command you need to make an API call.
import { GroupServiceClient, SearchGroupsCommand } from "@rivet-gg/group"; // ES Modules import // const { GroupServiceClient, SearchGroupsCommand } = require("@rivet-gg/group"); // CommonJS import const client = new GroupServiceClient(config); const command = new SearchGroupsCommand(input); const response = await client.send(command);SearchGroupsCommandInput for command's
inputshape.SearchGroupsCommandOutput for command's
responseshape.config for GroupServiceClient's
configshape.