module
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: Apr 30, 2022
License: Apache-2.0
Opens a new window with license information.
README
¶
arcade
export player_id=$(uuidgen)
export player_name=Somebody
export player_desc="A person of importance."
export home_id=$(uuidgen)
export location_id=$(uuidgen)
dev run curl --request POST --data '{
"playerID": "'"${player_id}"'", "name": "'"${player_name}"'", "description": "'"${player_desc}"'", "home": "'"${home_id}"'", "location": "'"${location_id}"'"
}' "https://assets:4201/players"
dev run curl --request GET "https://assets:4201/players"
dev run curl --request GET "https://assets:4201/players/${player_id}"
Directories
¶
cmd
|
|
|
|
internal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.