-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Federico, the api-spec, from which the api-client is generated, is actually open sourced as well. You can find a solution to the NPM authentication issue in the contribution guide. This is mainly caused by GitHub's npm registry that, for some reason, requires users to authenticate with their GH account even if the package is public. We're thinking about migrating the api package somewhere else (though npmjs might not be the best choice because of how the current api backend works). |
Beta Was this translation helpful? Give feedback.
Hi Federico,
the api-spec, from which the api-client is generated, is actually open sourced as well. You can find a solution to the NPM authentication issue in the contribution guide.
This is mainly caused by GitHub's npm registry that, for some reason, requires users to authenticate with their GH account even if the package is public. We're thinking about migrating the api package somewhere else (though npmjs might not be the best choice because of how the current api backend works).