You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
`callback` must follow `function (err, res) {}` signature, where `err` is an error if the operation was not successful. `res` is an array of objects that represent the files that were pinned. Example:
22
22
@@ -76,7 +76,7 @@ A great source of [examples][] can be found in the tests for this API.
76
76
Where:
77
77
-`hash` is a multihash.
78
78
-`options` is an object that can contain the following keys
0 commit comments