Select all your blobs from your project
Hello!
I've been searching for a way to select all the blobs from my project, just to do a filename search at the end, but the character doesn't select all the blobs in search but select only the files that has a "*' character inside them.
Example : https://gitlab.com/api/v4/projects/<project_id>/search?&scope=blobs&search=*%20filename:*.py
But it only returns me the files with * in them.
Can someone help me please ? :)