Skip to content

techchoi/calculadoraRest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculadoraRest

Chamada REST

POST - http://localhost:8080/v1/calcular

Headers Content-Type application/json

Resquest

{ "numeroDois": 5, "numeroUm":4, "operacao": "MULTIPLICACAO" }

Response

{ "valorResultado": 20 }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages