ibm-cloud-docs / hs-crypto

hs-crypto
3 stars 22 forks source link

Staging API docs do not match production API docs #8

Closed fritzheidi closed 4 years ago

fritzheidi commented 4 years ago

The staging python example is incorrect and causes an error when followed exactly. The production docs are mostly correct except for the False keyword not being capitalized. Could we change the staging python example to be like the production example?

staging -> https://test.cloud.ibm.com/apidocs/hs-crypto?code=python#create-a-key production -> https://cloud.ibm.com/apidocs/hs-crypto?code=python#create-a-new-key

liuxjep commented 4 years ago

@fritzheidi Hi Heidi, thanks for spotting this. Apart from the Create a key method, I also found the following APIs which may have this similar problem. I updated them as well, could you help to verify whether they are correct? Thank you!

fritzheidi commented 4 years ago

@liuxjep Thank you, June! The updates look good 👍