Is saas-connector-sdk-js git respository publicly available?

From the SaaS Custom Connector documentation, I am attempting to install the AirTable example within our partner tenant. When running “npm install”, I receive an error saying “repository not found”.

A git command is being executed: git --no-replace-objects ls-remote ssh://[email protected]/sailpoint/saas-connector-sdk-js.git

Is the git repository publicly accessible or do I need to be granted access?

The repository is publicly available, but that reference is pointing to the old location. I just updated the repository so you should now be able to run npm install after you do a git pull. You can also just run npm install @sailpoint/connector-sdk and that will update your package.json accordingly.

I ran “git pull” and retrieved the latest files. “npm install” is now working.

I have finished building the airtable example and can confirm it is working in our sandbox tenant.

Thanks!