The patch makes modifications to three different README files:
For this repo, the top level README has some formatting and spelling updates
For the PyPI README, the host placeholder text was shortened
For the Swagger generated README, the following modifications were made:
API version now maps to the Platform API version, not the OneFS version
Python example code has been updated to reflect changes to swagger-codegen v2.3
The auth type apiKey was replaced with basic to reflect the need for a username and password when configuring the PAPI session. The underlying auth mechanism is not changing though. This simply allows the README to generate a proper example.
An intro header to the README was added
Note that the modifications to the default README.mustache are accounted for in the README.diff.
The patch makes modifications to three different README files:
swagger-codegen
v2.3apiKey
was replaced withbasic
to reflect the need for a username and password when configuring the PAPI session. The underlying auth mechanism is not changing though. This simply allows the README to generate a proper example.Note that the modifications to the default README.mustache are accounted for in the README.diff.