You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This api is still in development, if you found an bug or want to request for documentation. create a issue in this repository
4
+
> This API is still in development. If you found a bug or want to request documentation, create an issue in this repository.
5
+
>
6
+
> Esta API aún está en desarrollo. Si encuentras un bug o deseas solicitar documentación, crea un issue en este repositorio.
7
+
8
+
## Documentation / Documentación
9
+
10
+
| Document | Descripción |
11
+
|----------|-------------|
12
+
|[Architecture / Arquitectura](docs/architecture.md)| Project structure, flow diagrams, and layers / Estructura del proyecto, diagramas de flujo y capas |
13
+
|[API Reference / Referencia de API](docs/api-reference.md)| Complete endpoint documentation / Documentación completa de todos los endpoints |
14
+
|[Authentication / Autenticación](docs/authentication.md)| Registration, login, and protected endpoints guide / Guía de registro, login y endpoints protegidos |
15
+
|[Data Models / Modelos de Datos](docs/data-models.md)| Schemas, types, and database structure / Esquemas, tipos y estructura de bases de datos |
16
+
17
+
## Examples / Ejemplos
18
+
19
+
| Language / Lenguaje | File / Archivo |
20
+
|---------------------|----------------|
21
+
|[cURL](docs/examples/curl.md)| HTTP request examples with curl |
22
+
|[Python](docs/examples/python.md)| Examples with `requests` and `asyncio`|
23
+
|[JavaScript](docs/examples/javascript.md)| Examples with `fetch` (Node.js and browser) |
24
+
|[Go](docs/examples/golang.md)| Examples with `net/http` and full client |
25
+
|[Elixir](docs/examples/elixir.md)| Examples with `Req`, `Task`, and GenServer |
26
+
|[Java](docs/examples/java.md)| Examples with `HttpClient` (Java 11+) and Jackson |
27
+
|[C#](docs/examples/csharp.md)| Examples with `HttpClient` and `System.Text.Json`|
28
+
29
+
## Available Bible Versions / Versiones Disponibles
0 commit comments