Help me create a forge app for bitbucket workspace

I created the hello world app from the tutorial for the workspace settings menu. This works.

Now I want to create a list of all the repositories in the workspace and do some analysis on it and display that in a table. Retrieving just the list is my first step. Next I also want to do some analysis and optionally cache any analysis results.

I could not find many examples for forge apps. In the past I’ve used curl and python for REST API calls to bitbucket. But I’m not experienced with forge and have limited experience with javascript. If someone can help me add one method to request repository names that would be great.