This website requires JavaScript.
Explore
Help
Register
Sign In
jletienne
/
PyNextcloud
Watch
1
Star
0
Fork
0
You've already forked PyNextcloud
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
PyNextcloud
/
controllers
History
jletienne
e19a43fcd5
Some checks failed
Docker Build / build (push)
Has been cancelled
Details
Add recursive directory creation utility: Implement create_directory_recursive function in utils.py to ensure directories are created recursively if they do not exist. Update upload controllers to utilize this new function for improved error handling and code clarity.
2025-10-22 19:29:00 +02:00
..
__init__.py
Initial commit: Set up FastAPI application for Nextcloud API with configuration, controllers, and utility functions. Added .gitignore, README, and requirements files. Implemented endpoints for file listing, uploading, and health checks.
2025-10-20 17:21:55 +02:00
debug.py
Initial commit: Set up FastAPI application for Nextcloud API with configuration, controllers, and utility functions. Added .gitignore, README, and requirements files. Implemented endpoints for file listing, uploading, and health checks.
2025-10-20 17:21:55 +02:00
download_base64.py
Update README: Add documentation for downloading files in Base64 format, including endpoint details, parameters, examples, and response structure. Also, introduce new download_base64.py controller in the project structure.
2025-10-21 14:44:20 +02:00
health.py
Initial commit: Set up FastAPI application for Nextcloud API with configuration, controllers, and utility functions. Added .gitignore, README, and requirements files. Implemented endpoints for file listing, uploading, and health checks.
2025-10-20 17:21:55 +02:00
info.py
Initial commit: Set up FastAPI application for Nextcloud API with configuration, controllers, and utility functions. Added .gitignore, README, and requirements files. Implemented endpoints for file listing, uploading, and health checks.
2025-10-20 17:21:55 +02:00
list.py
Initial commit: Set up FastAPI application for Nextcloud API with configuration, controllers, and utility functions. Added .gitignore, README, and requirements files. Implemented endpoints for file listing, uploading, and health checks.
2025-10-20 17:21:55 +02:00
root.py
Initial commit: Set up FastAPI application for Nextcloud API with configuration, controllers, and utility functions. Added .gitignore, README, and requirements files. Implemented endpoints for file listing, uploading, and health checks.
2025-10-20 17:21:55 +02:00
upload_base64.py
Add recursive directory creation utility: Implement create_directory_recursive function in utils.py to ensure directories are created recursively if they do not exist. Update upload controllers to utilize this new function for improved error handling and code clarity.
2025-10-22 19:29:00 +02:00
upload.py
Add recursive directory creation utility: Implement create_directory_recursive function in utils.py to ensure directories are created recursively if they do not exist. Update upload controllers to utilize this new function for improved error handling and code clarity.
2025-10-22 19:29:00 +02:00