https://github.com/comake/skl-examples
Examples for using Standard Knowledge Language via Standard SDK JS and SKL JS Engine
https://github.com/comake/skl-examples
Last synced: over 1 year ago
JSON representation
Examples for using Standard Knowledge Language via Standard SDK JS and SKL JS Engine
- Host: GitHub
- URL: https://github.com/comake/skl-examples
- Owner: comake
- Created: 2023-01-15T08:13:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T23:21:44.000Z (over 3 years ago)
- Last Synced: 2025-01-16T19:41:36.685Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to SKL Examples!
This repository contains examples of using Standard Knowledge Language via [Standard SDK JS](https://github.com/comake/standard-sdk-js) and [SKQL JS Engine](https://github.com/comake/skql-js-engine).
## Featured Examples
- Standard SDK
- [Integrating events from ticketing systems](https://github.com/comake/skl-examples/blob/main/unified-events-api)
- [Send requests to APIs using existing SDKs](https://github.com/comake/skl-examples/blob/main/unified-events-api/src/UsingExistingSdks.ts)
- [Send requests to APIs using OpenAPI specifications](https://github.com/comake/skl-examples/blob/main/unified-events-api/src/UsingStandardSdkWithOpenApiSpecs.ts)
- [Send requests to APIs using SKL](https://github.com/comake/skl-examples/blob/main/unified-events-api/src/UsingStandardSdkWithSkl.ts)
- [Integrating files from file storage tools](https://github.com/comake/skl-examples/blob/main/unified-files-api)
- [Send requests to APIs using OpenAPI specifications](https://github.com/comake/skl-examples/blob/main/unified-files-api/src/UsingStandardSdkWithOpenApiSpecs.ts)
- [Send requests to APIs using SKL](https://github.com/comake/skl-examples/blob/main/unified-files-api/src/UsingStandardSdkWithSkl.ts)
## Contact
If you're stuck, have questions, or would like to consult with us on building with SKL, please reach out to us on [Discord](https://discord.gg/stvfSB8kpG?ref=https://github.com/comake/skl-examples).