DXHeroes / Pipeliner

Simple MacOS Big Sur widget app for checking pipeline status
https://github.com/DXHeroes/Pipeliner
MIT License
34 stars 7 forks source link

Add BitBucket pull request support #14

Open Jakub-Vacek opened 3 years ago

Jakub-Vacek commented 3 years ago

Add method getPullRequests to class BiBucketService with parameters: config: Config and pullRequestsCount: Int. This method will return array of PullRequest objects containing attributes:

During implementation you can use BitBucket api documentation Depends on #2