https://github.com/convertigo/c8osdk-js-core
This is the Convertigo SDK Core for Javascript/Typescript implementations
https://github.com/convertigo/c8osdk-js-core
Last synced: 5 months ago
JSON representation
This is the Convertigo SDK Core for Javascript/Typescript implementations
- Host: GitHub
- URL: https://github.com/convertigo/c8osdk-js-core
- Owner: convertigo
- License: apache-2.0
- Created: 2018-04-23T11:46:09.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2026-01-15T15:47:31.000Z (5 months ago)
- Last Synced: 2026-01-15T19:16:08.440Z (5 months ago)
- Language: TypeScript
- Homepage: http://www.convertigo.com
- Size: 940 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
C8oSDK Javascript Core
This is the Convertigo SDK Javascript Core.
This current package is the core of Angular Framework SDK and Javascript Framework SDK.
Convertigo Client SDK is a set of libraries used by mobile or Windows desktop applications to access Convertigo Server services. An application using the SDK can easily access Convertigo services such as Sequences and Transactions.
The Client SDK will abstract the programmer from handling the communication protocols, local cache, FullSync off line data managment, UI thread management and remote logging. So the developer can focus on building the application.
Client SDK is available for:
* [Android Native](https://github.com/convertigo/c8osdk-android) apps as a standard Gradle dependency
* [iOS native](https://github.com/convertigo/c8osdk-ios) apps as a standard Cocoapod
* [React Native](https://github.com/convertigo/react-native-c8osdk) as a NPM package
* [Google Angular framework](https://github.com/convertigo/c8osdk-angular) as typescript an NPM package
* [Vue.js](https://github.com/convertigo/c8osdk-js), [ReactJS](https://github.com/convertigo/c8osdk-js), [AngularJS](https://github.com/convertigo/c8osdk-js) Framework, or any [Javascript](https://github.com/convertigo/c8osdk-js) project as a standard Javascript NPM package
* Windows desktop or Xamarin apps as Nugets or Xamarin Components
## Full documentation is available on ##
[Programming Guide](https://www.convertigo.com/document/convertigo-client-sdk/programming-guide/)