Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×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 javascript and forge. If someone can help me add one method to request repository names that would be great.
Note that when you build a Forge app, you communicate with the same REST APIs that you used with Curl and Python. So, your primary resource is still the Bitbucket Cloud REST API docs.
As a second resource, note that Forge gives you tools to make the API calls with ease. For Bitbucket, see: https://developer.atlassian.com/platform/forge/apis-reference/fetch-api-product.requestbitbucket/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok. I've created it there: https://community.developer.atlassian.com/t/help-me-create-a-forge-app-for-bitbucket-workspace/94348
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.