I want to Read the text file which is uploaded in BitBucket through REST Api.
URL: https://{username}:{token}/bitbucket.org/rest/api/1.0/{path}.
This gives JSON of folder content. I wanted to read text file and to extract the content. How to do it?