diff --git a/README.rst b/README.rst index 10116b4..20b9140 100644 --- a/README.rst +++ b/README.rst @@ -133,6 +133,11 @@ For applications provide the application id either from the ping webhook or the The :code:`private_key` is a string of your private key provided for the application. The :code:`app` scheme will use the application id and private key to get a token for the first installation id of the application. +API Schema/Routes/Specifications +-------------------------------- + +One can instantiate the ``Octokit`` with ``routes=specification`` where the ``specification`` is one of ``api.github.com``, ``ghe-2.15``, etc. + TODOs =========== @@ -158,7 +163,7 @@ The :code:`octokit` client based on the available `route data