Munif Tanjim
Munif Tanjim
> One simplified solution would be to just allow the Input to include a message in addition to the title. I think that wouldn't be a dialog component. We're talking...
> For the polymorphic return type, is it really necessary? > Making the rendering function have multiple return types will complicate the code without offering a clear advantage, imho. Hmm......
@romgrk I've added some minor feedbacks. Other than that it looks good 👍🏼 We can merge after those are addressed. And thanks for coming up with this use-case. 😃
Did you use the same credentials for all those operations? `403 Forbidden` implies you're using a token which don't have permission to delete projects.
Currently the [oauth plugin](https://github.com/MunifTanjim/node-bitbucket/tree/master/src/plugins/oauth) is not implemented correctly and so it's not included into the npm package. That's why you can't use [oauth2 endpoints](https://developer.atlassian.com/bitbucket/api/2/reference/meta/authentication) to generate the **access token** with...
Can you show me the console output when your run your script with `DEBUG=bitbucket` environment variable set? --- > Using the Token I was then able to call the https://api.bitbucket.org/2.0/repositories/{token}/{repositoryname}/refs/branches?page=1&pagelen=100...
It looks alright :thinking: I think the library is working as intended... Are you sure that: - Repository `roofstockinc/roofstock.Databases` exists? - Your access token has sufficient permission?
> Using the Token I was then able to call the https://api.bitbucket.org/2.0/repositories/{token}/{repositoryname}/refs/branches?page=1&pagelen=100 endpoint Can you provide me the documentation link for the endpoint that you called directly?
I don't know what you are passing as the params. But this works perfectly for me: ```js bitbucket.authenticate({ type: 'token', token: 'cgvePiCxbVV-xxx-xxx_xxx=' // access_token }) bitbucket.repositories .listBranches({ username: 'MunifTanjim', repo_slug:...
Those links are for JIRA. Does [Bitbucket Cloud API](https://developer.atlassian.com/bitbucket/api/2/reference/) supports this?