This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Conversation
emlaver
approved these changes
Jun 19, 2018
emlaver
approved these changes
Jun 19, 2018
| 1. Initialize client | ||
| 2. List DBs | ||
|
|
||
| cc = new CloudantClient(...) |
Contributor
There was a problem hiding this comment.
This need to be updated to something like:
client = Cloudant(...)
dbs = client.all_dbs()
Member
Author
There was a problem hiding this comment.
Well the idea was that this example was the same pseudo-code in every repo so we didn't have to update it all the time. If you think that is too confusing we can do a similar thing to the snippets for versions and update it to something in keeping with the code in each repo.
I think the idea though is to show people what kind of code sample to provide, not how to use the specific lib.
Contributor
There was a problem hiding this comment.
@ricellis Yea makes sense, let's keep it as pseudo-code. Disregard the similar comments in the PRs of the other libraries.
| - Version(s) that are affected by this issue. | ||
| > 2.0.2 | ||
| - Python version | ||
| >3.6.2 |
Contributor
There was a problem hiding this comment.
Add space between > and 3.6.2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for your hard work, please ensure all items are complete before opening.
What
Updated issue and PR templates and contributing file.