Hi, i am trying to retrieve file content from branch feature/test
curl --request GET "${CLOUD_API_ADDRESS}/repositories/${ORG_NAME}/${REPO_NAME}/src/feature/test/package.json" \ --user myname:mypassword
{"data":{"shas":["feature"]},"type":"error","error":{"message":"Commit not found","data":{"shas":["feature"]}}}
But i got this error.
I assume it is because of slash in branch name, when i am trying to do the same but in branch feature - everything is fine.
How can i fix it? Thanks in advance
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.