Let say I have a directory called environments and this can have some json files and also can have directory which again can have json files and so on. So is there any api to do so ?
Hi @Ankit Gupta
Please check if this API helps you - https://developer.atlassian.com/cloud/bitbucket/rest/api-group-source/#api-repositories-workspace-repo-slug-src-commit-path-get
Do we have any rate limit on accessing API thought access-tokens?, as per I know for creating client with username and password we have rate limit of 1000 calls per hour
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AFAIK the same limit of 1000/hour applies to API requests as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hariharan Iyer : So there is no difference How we built client whether we use access clientid/secret to create or with username/password , limit will be same in both the places ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.