Skip to content

HttpClient

This is http requests client wrapper based on Fetch API.

Usage

ts
import { HttpClient } from "mobx-tanstack-query-api";

const httpClient = new HttpClient();

httpClient.request();

Released under the MIT License.