Skip to content

LinqlLang/typescript.linql.client-node-fetch

Repository files navigation

Linql.Client-Node-Fetch

A linql client implementation that uses node-fetch.

Linql Typescript Overview

Linql Language Overview

Getting Started

Installation

npm i linql.client-node-fetch@^1.0.0-beta.1

Create a context, and then start using.

import { NodeFetchLinqlContext } from "linql.client-fetch";
import { LinqlSearch } from "linql.client";

const context = new NodeFetchLinqlContext(LinqlSearch, "https://localhost:7113", { this: this });
const states = this.context.Set<State>(State);
const firstState = await states.FirstOrDefaultAsync();

Examples

About

Linql Typescript client that uses emulated fetch (node-fetch)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published