pmcfernandes / rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST API

Cadastrar uma pessoa

POST http://hackathon-sebrae.duckdns.org/pessoas
{
  "nome":"João Silva",
  "email":"joao.silva@example.com",
  "telefone":"+55-71-999999999",
  "empresa":"Example Services",
  "categoriaDaEmpresa":"Serviços",
  "anosDeMercado":8
}

Obter a lista de pessoas cadastradas

GET http://hackathon-sebrae.duckdns.org/pessoas

Obter o cadastro de uma pessoa

GET http://hackathon-sebrae.duckdns.org/pessoas/{id}

Remover o cadastro de uma pessoa

DELETE http://hackathon-sebrae.duckdns.org/pessoas/{id}

About


Languages

Language:Java 92.8%Language:Dockerfile 7.2%