@@ -28,21 +28,21 @@ if you have problems.
2828
2929These changes are _ not_ implemented, just planned for the next major API version.
3030
31- * Standardize on existing ` *_url ` attributes for hypermedia. Remove all ` _links `
31+ * ` [ ] ` Standardize on existing ` *_url ` attributes for hypermedia. Remove all ` _links `
3232objects.
33- * The ` /repos/:owner/:repo/hooks/:id/test ` action becomes
34- ` /repos/:owner/:repo/hooks/:id/tests ` .
35- * The ` /gists/:id/fork ` action becomes ` /gists/:id/forks ` .
36- * Gist forks/history objects become separate API calls.
37- * Gist files object is not returned on Gist listings.
38- * Commit schema will change to be [ more consistent] ( https://gist.github.com/3a2e5779588e21b0c0f3 ) .
39- * ` master_branch ` becomes ` default_branch ` .
40- * ` integrate_branch ` on the [ repo API] ( /v3/repos/#get ) will no longer be
33+ * ` [✓] ` < del > The ' /repos/: owner /: repo /hooks/: id /test' action becomes
34+ ' /repos/: owner /: repo /hooks/: id /tests'.</ del >
35+ * ` [✓] ` < del > The ' /gists/: id /fork' action becomes ' /gists/: id /forks'.</ del >
36+ * ` [ ] ` Gist forks/history objects become separate API calls.
37+ * ` [ ] ` Gist files object is not returned on Gist listings.
38+ * ` [ ] ` Commit schema will change to be [ more consistent] ( https://gist.github.com/3a2e5779588e21b0c0f3 ) .
39+ * ` [ ] ` ` master_branch ` becomes ` default_branch ` .
40+ * ` [ ] ` ` integrate_branch ` on the [ repo API] ( /v3/repos/#get ) will no longer be
4141 returned.
42- * Use the ` private ` attribute when creating a private repository,
42+ * ` [ ] ` Use the ` private ` attribute when creating a private repository,
4343 instead of setting ` public ` to false.
44- * Use JSON to POST to the "repos/: owner /: repo /forks" endpoint, instead of a query string.
45- * User Emails come back as a hash instead of a string.
44+ * ` [ ] ` Use JSON to POST to the "repos/: owner /: repo /forks" endpoint, instead of a query string.
45+ * ` [ ] ` User Emails come back as a hash instead of a string.
4646
4747 {"email": "[email protected] ", "state": "verified"} 4848
0 commit comments