|
82 | 82 |
|
83 | 83 | This phase involves disabling the subscription endpoints completely. At this |
84 | 84 | point, you should be using the starring endpoints for starred repositories, and |
85 | | -the watch endpoints for watched repositories. |
| 85 | +the watch endpoints for watched repositories. No date has been set yet, but we |
| 86 | +expect this to be _3-6 months_ after Phase 2 is in place. This should give |
| 87 | +developers enough time to push changes out carefully. If they use popular |
| 88 | +API wrappers, the work will likely mostly be done for them. |
86 | 89 |
|
87 | 90 | Keep on passing the "v3" media type in your application, until the API has |
88 | | -another breaking change to make. |
| 91 | +another breaking change to make. If you can't make the deadline for Phase 3, |
| 92 | +just set the "beta" media type until we shut that down completely. It's likely |
| 93 | +that we will keep the old "beta" media type active for another month, like |
| 94 | +the [last time](https://github.com/blog/1090-github-api-moving-on) we terminated |
| 95 | +old API functionality. |
| 96 | + |
| 97 | +We look forward to assisting you through this transition. Hit us up at |
| 98 | +[https://github.com/contact][c], [support@github.com][email], or |
| 99 | +[@GitHubAPI][twitter]. |
| 100 | + |
| 101 | +[twitter]: https://twitter.com/githubapi |
| 102 | +[email]: mailto:support@github.com |
| 103 | +[c]: https://github.com/c |
89 | 104 |
|