Skip to content

vtyrtov/types-bitrix24-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Typed Bitrix24 SDK

Type definitions for JS SDK REST API Bitrix24

Install

Install from bitbucket repo:

yarn install --save-dev [email protected]:b24help/types-bitrix24-sdk.git

Add <script src="//api.bitrix24.com/api/v1/"></script> to the html files.

Example

if (window !== window.top) {
	window.BX24.init(() => {
		global.console.log('Is Admin: ' + window.BX24.isAdmin())
	}
}

License

types-bitrix24-sdk is licensed under the MIT License

Author

Vladimir Tyrtov - [email protected]

Need custom Bitrix24 application?

email: [email protected]

About

Typed Bitrix24 SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published