Skip to content

Commit

Permalink
add new endpoint to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Jhon <[email protected]>
  • Loading branch information
jhowbhz authored Dec 5, 2024
1 parent 4131abf commit ddff786
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

## Recursos da API


## Iniciando uma resolução

### [POST] Start
Expand All @@ -25,6 +24,13 @@ Importante mencionar que após iniciado não será possível interromper ou come

Após gerado acesse o endpoint [GET] DNS.

### [GET] DOMAINS
A API utiliza o método **GET** para listar os dados dos dominios registrados na base de dados

```bash
curl --location "https://api.bet-blocker.com/v1/domains"
```

### [GET] DNS
A API utiliza o método **GET** para listar os dados dos hosts, fornecendo informações detalhadas sobre cada domínio, incluindo seu nome, DNS, protocolos suportados, IPs associados e dados de regulamentação da Anatel.

Expand Down

0 comments on commit ddff786

Please sign in to comment.