We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It took me almost 30 mins to find out how to specify the host. The doc gives the following sample codes:
final c = CouchDbClient(username: 'name', password: 'pass');
Throughout the entire documentation, there's no mentioning of setting the host address. Even the example shows nothing about setting the host.
Yes, it's in the API doc of the CouchDbClient class and the test codes, but not having it in the main doc is very confusing.
The text was updated successfully, but these errors were encountered:
@YevhenKap I agree that updating the documentation could be helpful in relation to this.
Sorry, something went wrong.
No branches or pull requests
It took me almost 30 mins to find out how to specify the host. The doc gives the following sample codes:
final c = CouchDbClient(username: 'name', password: 'pass');
Throughout the entire documentation, there's no mentioning of setting the host address. Even the example shows nothing about setting the host.
Yes, it's in the API doc of the CouchDbClient class and the test codes, but not having it in the main doc is very confusing.
The text was updated successfully, but these errors were encountered: