I am trying to find a particular string 'app-component' in my current repository. I can use the "git grep "app-component" to find where the particular string is used. But I am trying to create a web application to find where the particular string is used in my repo. For that, I need to connect the bitbucket repo using HTTP call from my angular web application and how to perform a git grep command through an HTTP call in bitbucket. Any examples will be much appreciated