1.0.0-beta.2288 • Published 9 months ago

linql.client-node-fetch v1.0.0-beta.2288

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

1.0.0-beta.2288

9 months ago

1.0.0-beta.19

1 year ago

1.0.0-beta.265

2 years ago

1.0.0-alpha1

2 years ago