node-bitbucket
node-bitbucket copied to clipboard
Pull Request Author is undefined
trafficstars
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
})
What happens when you call the API without using this library? Does bitbucket acutally send the author key?