Skip to content

ohlen1/hello-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-flask

Endpoints

Hello:

curl http://localhost:5000/hello?name=<Your name>

Set current name:

curl -X POST -H "Content-Type: application/json" -d '{"name": "Bengt"}' http://localhost:5000/hello

Square:

curl http://localhost:5000/square/<number>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages