-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(sdk): rename sdk package to api-client #314
Comments
Hello I'm new to opensource. I went through the packages file and was able to find the file package named |
@yash2189 Yes, among a few other things that's one of the items to take care of in the scope of this issue! https://docs.npmjs.com/packages-and-modules/ |
Thanks @petermetz yes I do not have much experience with typescript , Nodejs , lerna. I'll surely visit the resources provided. |
No worries @yash2189 another resource I can recommend is the local documentation in the |
@petermetz I had a look on the resources of |
@yash2189 Yes, that's necessary to make sure your contribution works as expected. Safest to run the full CI suite, but if you don't want to do that it's okay to let Travis CI do it once you support the PR. |
@petermetz I have renamed the package and updated the required documentation. Raised a PR #314 for the same. Please review it. |
This commit updates references of cactus-sdk that were missed by the earlier pull request: hyperledger-cacti#324 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com> hyperledger-cacti#314
Great! Thank you so much @yash2189 |
Feature to select Endorsing Orgs in Fabric Data Sharing
Description
As a developer I want to be able to quickly scan the packages available in the git repo so that I can get a better understanding of the architecture in a shorter time.
Currently we have a package named
cactus-sdk
which is probably ambiguous with the project itself which we sometimes refer to asan SDK of SDKs
. That ambiguity could cause rational minds to question our terminology (yet again) since if the whole project isthe
SDK then why do we have 10+ packages and only one of them called SDK.Based on all this that we should rename the package from
@hyperledger/cactus-sdk
to@hyperledger/cactus-api-client
which much better describes (narrower scope) what that package actually does.Acceptance Criteria
package.json
file, the properties: name, main, browser, browserMinified, mainMinified properties are all updatedcc: @RafaelAPB @sfuji822 @jonathan-m-hamilton @takeutak
The text was updated successfully, but these errors were encountered: