StephaneMangin / TP-TAA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TP-TAA

## Questions

Qestion 1

Rest API

Get an entity

curl -H "Content-Type: application/json" -X GET http://localhost:8080/{object name}

Insert an entity

curl -H "Content-Type: application/json" -X POST -d '{"name":"test","firstName":"t"}' http://localhost:8080/status/person

About


Languages

Language:Java 99.0%Language:Shell 1.0%