-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #30
Comments
Thanks for raising this as an issue. I'm aware the documentation isn't really up to scratch, and I'll see what I can do towards improving that. In the meantime, the names of the method calls and the parameters they expect are almost always very close to those listed on the Stack Exchange site (http://api.stackexchange.com/docs/), and if you have any particular queries, feel free to contact me either on StackApps or by e-mail. |
I am dropping you an email, we discuss this same issue further |
Same issue.. Documentation conveys zero information. For example in a program you have used a parameter so.questions(sort = Sort.Votes, order=DESC) . How does this work? This Sort only accepts that argument.. What if i need to sort the users based on their badge_count. How do I do that?! |
Hi guys, I think this Site.py is the file you nee to look at for methods parameters: it says pretty clear what methods are available for Site Class and what parameters it takes. Read the source code. |
try:
to see all attributes in Sort. |
This Implementation is Awesome and Simple!
However I would not (really x10) mind better documentation. Especially when it comes to what parameters are being expected for method calls.
👍 though cause this module is what we really need!
The text was updated successfully, but these errors were encountered: