Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 2.38 KB

README.md

File metadata and controls

74 lines (44 loc) · 2.38 KB



Unstated Logo


@qoretechnologies/qorus-toolkit

Currently in beta, more features and integrations yet to be added

A modern TypeScript utility library for enhancing QoreTechnologies no-code infrastructure solutions.

Installation

Before installing, download and install Node.js. Latest stable Node.js is required.

Installation is done using the npm install command:

$ yarn add @qoretechnologies/qorus-toolkit

Alternatively you can also use npm

$ npm install @qoretechnologies/qorus-toolkit

Current Features

  • QorusAuthenticator

    An authenticator for Qorus Integration Engine(R), allows users to create multiple connections as endpoints and manage authentication to them.

  • QorusDataProvider

    Provides an API to interact with Qorus Integration Engine(R) data providers, and allows the user to fetch, add and edit Data Providers.

  • QorusRequest

    An HTTPS request handler to manage API requests to Qorus Integration Engine(R)

  • QorusOptions A Qorus Integration Engine(R) API options manager

Docs & Community

Philosophy

The Qorus-Toolkit philosophy is to provide a fast and modular API wrapper to connect with Qore Technologies server API which enables it to be utilized in any node project with ease.

Qorus-Toolkit will be used with Qorus-Toolkit-React to provide a complete solution with modular components to our enterprise clients.

Contributing

The Qorus Toolkit project welcomes all constructive contributions. Contributions can be of many forms including bug fixes, enhancements, fixes to documentation, additional tests and more!

See the Contributing Guide for more technical details on contributing.

Security Issues

If you discover a security vulnerability in Qorus Toolkit, please see Security Policies and Procedures.

License

MIT