diff options
| author | 2011-04-13 17:51:58 -0400 | |
|---|---|---|
| committer | 2011-04-13 17:54:03 -0400 | |
| commit | a43d8aa76027e8f30b24daf955496aa8e1f00fea (patch) | |
| tree | b51a1cdfafcbe5daf585be52395810de69684316 | |
| parent | existing docs (diff) | |
| download | python-github3-a43d8aa76027e8f30b24daf955496aa8e1f00fea.tar.xz python-github3-a43d8aa76027e8f30b24daf955496aa8e1f00fea.zip | |
empty readme
| -rw-r--r-- | README.rst | 0 | ||||
| -rw-r--r-- | ext/general.md | 4 |
2 files changed, 1 insertions, 3 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/README.rst diff --git a/ext/general.md b/ext/general.md index fc57e05..eb57fc2 100644 --- a/ext/general.md +++ b/ext/general.md @@ -1,5 +1,3 @@ -<!-- https://gist.github.com/raw/71c2878f53e886dc921a/general.md --> - ## GitHub API v3 **Note:** This API is in a beta state. Breaking changes may occur. @@ -85,4 +83,4 @@ This allows us to upgrade the API if needed, and support multiple versions of th Specifying `application/json` will assume the latest version of the API. Specifying an unknown version will result in a `406 Not Acceptable` error. -We don't plan to bump the API version unless absolutely necessary. Things like removing end points, renaming or removing object attributes, or removing resources completely will result in a new version. This should be extremely rare, however. +We don't plan to bump the API version unless absolutely necessary. Things like removing end points, renaming or removing object attributes, or removing resources completely will result in a new version. This should be extremely rare, however. |
