-
Notifications
You must be signed in to change notification settings - Fork 44
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
[WIP] Awesome API docs #41
Conversation
3446295
to
01957fa
Compare
It is my impression, or Coveralls forgot that we deactivated them all and now comments in all PRs? |
@diasdavid no we just haven't disabled them everywhere yet |
Nice. One nit: http://libp2p.github.io/js-peer-id/#Introduction should probably link back to https://github.com/libp2p/js-peer-id , in case someone lands there from search or something... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except one typo! 👍
src/index.js
Outdated
get privKey () { | ||
return this._privKey | ||
} | ||
|
||
/** | ||
* The private key of this id, if it exists. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"The public key of this id"
@harlantwood just updated and added a github link: http://libp2p.github.io/js-peer-id/ |
Closing this as we already have the API docs in the README and these are outdated |
No description provided.