Skip to content

AndreasChristianson/scarcity-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delete all weapons

curl  \
  'https://scarcity-backend.fly.dev/api/weapon' \
  -H 'accept: application/hal+json' \
  -H 'Content-Type: application/json' \
  | jq "._embedded.weapons[]._links.self.href" \
  | xargs -L1 -I it curl -X DELETE it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages