cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

[MIGRATION] Add note about authentication errors and server errors #512

Closed mojito317 closed 2 years ago

mojito317 commented 2 years ago

Checklist

Description

There have been some questions regarding migration lately. This PR tries to address them.

Approach

I clarified some of the questionable topics in this change:

I also fixed a typo from python-java-sdk to cloudant-python-sdk

My IDE lately breaks the lines automatically, I have not figured out how I can turn it off yet, but I think this is a great feature, and it helps the reviewers to read the long lines more effectively, so I kept these modifications.

Schema & API Changes

Security and Privacy

Testing

Monitoring and Logging

mojito317 commented 2 years ago

Thanks for the reviews @emlaver, @vmatyusGitHub! I am merging this!