Skip to content

Commit 3414c22

Browse files
committed
Added a warning to the intro docs for pending API switch-off.
Wondering whether this needs an explicit "don't file bug reports" clause ;)
1 parent ddeb4bc commit 3414c22

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,24 @@ github2 - Github API v2 library for Python.
66
Ask Solem (askh@opera.com)
77
:Version: 0.6.1
88

9+
.. warning::
10+
11+
GitHub are planning to `switch off API v2`_ on 2012-05-01, you should
12+
be looking to replace ``github2`` as soon as possible.
13+
14+
Both remoteobjects_ and micromodels_ provide easy-to-use functionality for
15+
creating bindings to remote APIs, and should significantly reduce the amount
16+
of work needed in moving away from GitHub's API v2.
17+
918
This is a Python library implementing all of the features available in version 2
1019
of the `Github API`_.
1120

1221
See the ``doc/`` directory for installation instructions and usage information.
1322
If you prefer you can also read the `documentation online`_.
1423

24+
.. _switch off API v2: https://github.com/blog/1090-github-api-moving-on
25+
.. _remoteobjects: https://github.com/saymedia/remoteobjects
26+
.. _micromodels: https://github.com/j4mie/micromodels
1527
.. _Github API: http://develop.github.com/
1628
.. _documentation online: http://packages.python.org/github2
1729

doc/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@
1313
``github2`` - Github API v2 library for Python
1414
==============================================
1515

16+
.. warning::
17+
18+
GitHub are planning to `switch off API v2`_ on 2012-05-01, you should
19+
be looking to replace ``github2`` as soon as possible.
20+
21+
Both remoteobjects_ and micromodels_ provide easy-to-use functionality for
22+
creating bindings to remote APIs, and should significantly reduce the amount
23+
of work needed in moving away from GitHub's API v2.
24+
25+
.. _switch off API v2: https://github.com/blog/1090-github-api-moving-on
26+
.. _remoteobjects: https://github.com/saymedia/remoteobjects
27+
.. _micromodels: https://github.com/j4mie/micromodels
28+
1629
.. pypi-release:: github2
1730
:prefix: Download
1831
:class: sidebar

0 commit comments

Comments
 (0)