0.1.1 • Published 1 year ago

the-api-langs v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

the-api langs

Installation

npm i -S the-api-langs

Usage

cat index.ts

import { langs } from 'the-api-langs';

const router = new Routings();

router.crud({ table: 'testNews' });

const theAPI = new TheAPI({ routings: [langs, router] });

export default theAPI.up();

bun index.ts

`curl http://localhost:7788/testNews?_lang=de

0.1.1

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago