From ee29deddd27480401db484733ecde9e7b1df5eda Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Tue, 19 Mar 2013 22:36:35 +0100 Subject: [PATCH] Complete doc/apis.rst (pull #148) --- doc/apis.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/apis.rst b/doc/apis.rst index 48e4601c..738edb0a 100644 --- a/doc/apis.rst +++ b/doc/apis.rst @@ -104,6 +104,14 @@ APIs * GET: :meth:`github.Repository.Repository.get_network_events` +* ``/notifications`` + + * GET: :meth:`github.AuthenticatedUser.AuthenticatedUser.get_notifications` + +* ``/notifications/threads/:id`` + + * GET: :meth:`github.AuthenticatedUser.AuthenticatedUser.get_notification` + * ``/orgs/:org`` * GET: :meth:`github.MainClass.Github.get_organization`