This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Description
https://developer.github.com/v3/gists/#truncation
Applies for GET requests. if files too large, they are truncated, and only part of the file given back, and a field truncated: TRUE. Here's the bit on truncation:
The Gist API provides up to one megabyte of content for each file in the gist. Every call to retrieve a gist through the API has a key called truncated. If truncated is true, the file is too large and only a portion of the contents were returned in content. If you need the full contents of the file, you can make a GET request to the URL specified by raw_url. Be aware that for files larger than ten megabytes, you’ll need to clone the gist via the URL provided by git_pull_url.