An open API service indexing awesome lists of open source software.

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

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).