Add pagination and search to projects API

This commit is contained in:
Mondo Diaz
2025-12-11 15:03:41 -06:00
parent cb3d62b02a
commit b896ad1fad
3 changed files with 64 additions and 8 deletions

8
.gitignore vendored
View File

@@ -1,3 +1,11 @@
# Python
__pycache__/
*.py[cod]
*.pyo
.Python
*.egg-info/
.eggs/
# Binaries
/bin/
*.exe