@quave/bitrix24-api
v1.1.7
Published
An API to work with Bitrix24
Downloads
5
Keywords
Readme
Bitrix24 Api
Using GH Packages in projects
Github access token
Create GH Access Token
Visit https://github.com/settings/tokens and create access token
Configure local NPM to use created access token
Create file in home directory named .npmrc
with content
//npm.pkg.github.com/:_authToken=PERSONAL-ACCESS-TOKEN
Login with your Github username
npm login --scope=@quavedev --registry=https://npm.pkg.github.com
Github Packages doc
For more information visit https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry
Local tests
API_ENDPOINT="http://hostname..." yarn test