Skip to main content
Home

Built and signed on GitHub Actions

A library for interacting with the backend and defining the backend API for personal projects.

This package works with Node.js, Deno, Browsers
This package works with Node.js
This package works with Deno
This package works with Browsers
JSR Score
100%
Published
14 hours ago (3.0.5)
method APIService.setAPIUrl
APIService.setAPIUrl(url: string): void

Sets the base URL for the API.

Parameters

  • The URL to be set for the API. This should include a trailing slash.

Return Type

void

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@aneuhold/core-ts-api-lib

Import symbol

import APIService from "@aneuhold/core-ts-api-lib";
or

Import directly with a jsr specifier

import APIService from "jsr:@aneuhold/core-ts-api-lib";

Add Package

pnpm i jsr:@aneuhold/core-ts-api-lib
or (using pnpm 10.8 or older)
pnpm dlx jsr add @aneuhold/core-ts-api-lib

Import symbol

import APIService from "@aneuhold/core-ts-api-lib";

Add Package

yarn add jsr:@aneuhold/core-ts-api-lib
or (using Yarn 4.8 or older)
yarn dlx jsr add @aneuhold/core-ts-api-lib

Import symbol

import APIService from "@aneuhold/core-ts-api-lib";

Add Package

vlt install jsr:@aneuhold/core-ts-api-lib

Import symbol

import APIService from "@aneuhold/core-ts-api-lib";

Add Package

npx jsr add @aneuhold/core-ts-api-lib

Import symbol

import APIService from "@aneuhold/core-ts-api-lib";