watson-developer-cloud / openwhisk-sdk

:new: SDK for using Watson Services on IBM Cloud Functions (based on Apache Openwhisk) - DEPRECATED
Apache License 2.0
12 stars 6 forks source link

README.md per package. #8

Closed csantanapr closed 6 years ago

csantanapr commented 6 years ago

This repo holds multiple package. There should be one README.md per each package. At high level the README should have:

The repo should refactor with a different directory structure per package, each package directory with a README.md

package-name1\
  action1.js
  action1.json
  README.md
package-name2\
  action2.js
  action2.json
  README.md
bvennam commented 6 years ago

Created a PR with a sample Readme. https://github.com/watson-developer-cloud/openwhisk-sdk/pull/13

One thing Anwesha & I discussed was the possibility of linking out to the API Reference so that this information is not repeated in two places, and so the readme is not so long. I linked there from the Parameters for package & actions table, and I think that should be fine.

One thing I don't think is reflected in the api reference is parameters that are common across all functions in the package.

@csantanapr feel free to weigh in.

bvennam commented 6 years ago

@csantanapr @anweshan I'm happy with the readme structure for the various packages, aside from an issue I opened ( #17 )

This issue can be closed, but I don't have permissions to do so.