uuid.build0.000001
Builds a new uuid.
Arguments
no defined arguments
Return Value
A new uuid.something went wrong :(
Building a uuid
Setup
authorization=PROCAUTH
require "proc"
client = Proc.connect("PROCAUTH")
const Proc = require("@proc.dev/client");
const client = Proc.connect("PROCAUTH");
client.uuid.build.call
client.uuid.build.call();
curl "https://proc.run/uuid/build" --silent --request POST \
--header "authorization: bearer $authorization" \
--header "content-type: text/plain"
396d0169-3c3c-4747-84ff-ee2ecae66c11
Stuck? Want to chat about an idea? Join the community on Discord.