lucjon / Py-StackExchange

A Python binding for the StackExchange API
http://stackapps.com/questions/198/py-stackexchange-an-api-wrapper-for-python
BSD 3-Clause "New" or "Revised" License
229 stars 76 forks source link

User Notifications? #43

Closed jacobm001 closed 8 years ago

jacobm001 commented 8 years ago

Is it possible to use this library to get notifications for a specific user (me)? I noticed there's a StackAuth() object in one of the examples, but I don't see any documentation about it, or what it does.

lucjon commented 8 years ago

Unfortunately, at the moment, the library does not support any of the API endpoints which require user (OAuth) authentication, such as /users/{id}/notifications etc., which you would need to access notifications.