0.1.21 • Published 9 days ago

@shophost/rest-api v0.1.21

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
9 days ago

@shophost/rest-api

A comprehensive REST API package for Shophost with TypeScript support.

Installation

npm install @shophost/rest-api
# or
pnpm add @shophost/rest-api
# or
yarn add @shophost/rest-api

⚠️ IMPORTANT LEGAL NOTICE: This package is publicly available for download but is proprietary software. Installation and use requires explicit permission from Shophost. See the License section below for details.

Exports

This package provides 4 main entry points:

1. Main API (@shophost/rest-api)

import "@shophost/rest-api";

2. Contract definitions (@shophost/rest-api/contract)

import { contract } from "@shophost/rest-api/contract";

3. Next.js integration (@shophost/rest-api/next)

import { createNextHandler } from "@shophost/rest-api/next";

4. Schemas (@shophost/rest-api/schemas)

import { ManufacturerSchema } from "@shophost/rest-api/schemas";

Development

To build this package:

nx build rest-api

To publish (dry-run):

nx npm:publish:dry-run rest-api

To publish:

nx npm:publish rest-api

License

Proprietary - All Rights Reserved

This software is proprietary and confidential. Unauthorized copying, distribution, or use is strictly prohibited. For licensing inquiries, please contact Shophost.

0.1.21

9 days ago

0.1.20

9 days ago

0.1.19

9 days ago

0.1.18

10 days ago

0.1.17

13 days ago

0.1.16

13 days ago

0.1.15

13 days ago

0.1.14

13 days ago

0.1.10

13 days ago

0.1.13

24 days ago

0.1.12

24 days ago

0.1.11

24 days ago

0.1.9

24 days ago

0.1.8

24 days ago

0.1.7

24 days ago

0.1.6

24 days ago

0.1.5

24 days ago

0.1.4

24 days ago

0.1.3

24 days ago

0.1.2

25 days ago

0.1.1

25 days ago

0.1.0

25 days ago