All notable changes to this project will be documented in this file.
- Refactor: Replace skql-js-engine with skl-js-engine (794dd9b)
- Refactor: Rename skql to skl (794dd9b)
- Adds properties from
requestBody
fields that are media typeapplication/json
to the typing of theargs
parameter of operation functions (6016c52)
- Added Typescript typing to the
args
argument of operations in an API namespace when OpenAPI specs are provided as Javascript objects (b3f0053)
- Added typescript autocompletion of possible operations in an API namespace when OpenAPI specs are provided as Javascript objects (23b5892)
- Ability to supply
apiSpecs
to use a namespaced api operation interface - Ability to supply
skqlOptions
to use skql through Standard SDK
- Added a changelog
- Added release notes