Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blasferna committed Nov 18, 2023
1 parent ff262c3 commit 5efa8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Este comando iniciará el servidor en `localhost` en el puerto `8000`. Puedes ac

## Uso del API

El API de PeoplePy ofrece dos endpoints principales:
El API ofrece dos endpoints principales:

- **RUC**: Para obtener información sobre un RUC específico, realiza una solicitud GET a `https://127.0.0.1:8000/?ruc=<RUC>`.
- **IPS**: Para obtener información sobre un asegurado, realiza una solicitud GET a `https://127.0.0.1:5000/ips?documento=<documento>`. Lo que hace la app es scrappear la página de consulta asegurado y convertir el resultado en `JSON`.
Expand Down

0 comments on commit 5efa8ba

Please sign in to comment.