-
Notifications
You must be signed in to change notification settings - Fork 88
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
channel.basic_consume API docs #195
Comments
then a PR to improve things would be very much appreciated. Feel free to pitch in, however little, and we'll look at it. |
I am not sure that i understood properly what you told . For example article Starting a connection start from description aioamqp.connect method. Description method Channel.queue_declare all fine with it except that this method return result. But not described what kind result. Basically returned values not documented anywhere except some places in examples. method channel.basic_qos not described at all. PS: Also exist very important question which quite often omitted in docs. I also will be happy to commit such changes . But my English is an awful. So most probably for native English speaker it will me much more easy to do. I also want to say that good and clear documentation is really important for project popularity. |
Documentation does not include all parameters description for basic_consume API method.
It is also also not documented return values from some methods. Documentation in general look like chaotic and not complete. To get information need constantly to look in library sources.
The text was updated successfully, but these errors were encountered: