arcade

module
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2022 License: Apache-2.0

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

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL