update nav

This commit is contained in:
zachary62
2025-04-04 13:48:54 -04:00
parent 14df136587
commit 2fa60fe7d5
38 changed files with 159 additions and 286 deletions

View File

@@ -36,20 +36,4 @@ flowchart TD
A7 -- "Operates on" --> A0
A0 -- "Can Raise (raise_for_status)" --> A6
A2 -- "Raises Connection Errors" --> A6
```
## Chapters
1. [Functional API](01_functional_api.md)
2. [Request & Response Models](02_request___response_models.md)
3. [Session](03_session.md)
4. [Cookie Jar](04_cookie_jar.md)
5. [Authentication Handlers](05_authentication_handlers.md)
6. [Exception Hierarchy](06_exception_hierarchy.md)
7. [Transport Adapters](07_transport_adapters.md)
8. [Hook System](08_hook_system.md)
---
Generated by [AI Codebase Knowledge Builder](https://github.com/The-Pocket/Tutorial-Codebase-Knowledge)
```