Is there an option to indicate that you do not want the lines truncated? Or, a method for retrieving the entire line by other means?
The response from the following example url, truncates the "text" lines, in the response, to 5000 characters.
url = "http://{baseurl}/rest/api/latest/projects/{projectKey}/repos/{repositorySlug}/browse/{path}"
@Jason Cagle welcome to the Atlassian community
I believe you can do the following:
Modify configuration file: An administrator can increase the limit by adding the page.max.source.length property with a value greater than 5000 to the bitbucket.properties file and restarting the application.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.