rand.string0.000001
Generates a random string.
Arguments
length
The length of the random string. Defaults to 16
.Return Value
The randomly generated alphanumeric string.something went wrong :(
Generating a random string
Setup
authorization=PROCAUTH
require "proc"
client = Proc.connect("PROCAUTH")
const Proc = require("@proc.dev/client");
const client = Proc.connect("PROCAUTH");
client.rand.string.call
client.rand.string.call();
curl "https://proc.run/rand/string" --silent --request POST \
--header "authorization: bearer $authorization" \
--header "content-type: text/plain"
Q2wpY0fZUr0UToFo
Stuck? Want to chat about an idea? Join the community on Discord.