Skip to content

Commit a4d025a

Browse files
committed
file structure updated
1 parent ea209c4 commit a4d025a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ First, you may want to take a look at the project structure and understand what
413413
│ │ ├── __init__.py
414414
│ │ ├── dependencies.py # Defines dependencies that can be reused across the API endpoints.
415415
│ │ ├── exceptions.py # Contains custom exceptions for the API.
416+
│ │ ├── paginated.py # Provides utilities for paginated responses in APIs
416417
│ │ │
417418
│ │ └── v1 # Version 1 of the API.
418419
│ │ ├── __init__.py

0 commit comments

Comments
 (0)