filecoin-project / filplus-backend

Other
2 stars 1 forks source link

fix: Add github authentication to get_files_from_public_repo function #207

Closed Filip-L closed 2 months ago

Filip-L commented 2 months ago

Add GitHub authentication to get_files_from_public_repo() function.

Description: Authentication with GitHub has been added to the get_files_from_public_repo function to avoid rate limits.

Deployment Considerations:

No special actions are required.