MunifTanjim / node-bitbucket

Bitbucket API client for Browser and Node.js
https://bitbucketjs.netlify.app
MIT License
105 stars 31 forks source link

Pull Request Author is undefined #127

Open Style87 opened 1 year ago

Style87 commented 1 year ago

When I get pull requests the author key is always undefined. Author is also the only key that is undefined. Psuedo example code called:

bitbucket.pullrequests
.get({
  pull_request_id: id,
  repo_slug: repositoryUUID,
  workspace: workspaceUUID
})
MunifTanjim commented 1 year ago

What happens when you call the API without using this library? Does bitbucket acutally send the author key?