I need to look for text key words such as “password=”, but I’d rather not read every file in every repo (which I can do using a Python script using files?at=master and then raw). But, is there a way using the new BB code search API (referred to in Bitbucket code search API is now available - Bitbucket and https://developer.atlassian.com/bitbucket/api/2/reference/resource/teams/{username}/search/code) to search for text in the master branch of the project/repos? Also, I’d like to look for a list of text/dictionary such as “password=”, “password:”, etc. - is that possible?
This was never answered and I am also trying to figure out if code/search is possible via an api call…