🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@openk9/rest-api

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openk9/rest-api

OpenK9 core type definitions, search and admin rest API

0.5.0
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
3
Weekly downloads
 
Created
Source

OpenK9 JS REST API Interface

This package contains tpescript client for the OpenK9 REST API.

import { OpenK9Client } from "@opekn9/rest-api";

const client = OpenK9Client("https://demo.openk9.io");

const results = await client.doSearch({
  searchQuery: [{ tokenType: "TEXT", values: ["hello world"], filter: false }],
  range: [0, 10],
});

Keywords

search

FAQs

Package last updated on 04 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts