Here is the API which i am trying to call "https://URL/2.0/repositories/" am doing get operation with auth as username and password have even tried with token no luck
Here is the doc I refereed https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories
Note : URL is company specific for us can not mention in here if its public forum
Do let me know if there is any special access or permission i need to get from my admin (Its not in doc )
Hi @Jithendra
Whilst for me that call (using username and password) does work, it is pretty useless because it lists all the public repositories, whereas I'm interested in going deeper into my own repository, so for example I'm using this call /2.0/repositories/{username}/{repo_slug}/commits
I would assume that you need to try and get the main call sorted so that you can continue.
What is the response that you receive back - it may be useful to put it here, rather than saying you've had no luck ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.