Skip to content

martin308/flask_of_bees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BEE API

A small API that stores a flask of bees.

GET BEES

curl localhost:4000/bees

CREATE BEE

curl --header "Content-Type: application/json" \
  --request POST \
  --data '{"name":"martin"}' \
  http:https://localhost:4000/bees

DELETE BEE

curl -X DELETE localhost:4000/bees/1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks