Returns a party profile.
Use a bare-bones client and the command you need to make an API call.
import { PartyServiceClient, GetPartyProfileCommand } from "@rivet-gg/party"; // ES Modules import // const { PartyServiceClient, GetPartyProfileCommand } = require("@rivet-gg/party"); // CommonJS import const client = new PartyServiceClient(config); const command = new GetPartyProfileCommand(input); const response = await client.send(command);
GetPartyProfileCommandInput for command's input shape.
input
GetPartyProfileCommandOutput for command's response shape.
response
config for PartyServiceClient's config shape.
config
Returns a party profile.
Use a bare-bones client and the command you need to make an API call.
import { PartyServiceClient, GetPartyProfileCommand } from "@rivet-gg/party"; // ES Modules import // const { PartyServiceClient, GetPartyProfileCommand } = require("@rivet-gg/party"); // CommonJS import const client = new PartyServiceClient(config); const command = new GetPartyProfileCommand(input); const response = await client.send(command);GetPartyProfileCommandInput for command's
inputshape.GetPartyProfileCommandOutput for command's
responseshape.config for PartyServiceClient's
configshape.