0.0.5 • Published 8 months ago

@tbd54566975/tbdex-rest-api v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

tbDEX RESTful API

!WARNING

This repo is currently under construction 🚧

Installation

npm install @tbd54566975/tbdex-rest-api

Usage

import { RestApi } from '@tbd54566975/tbdex-rest-api'

const api = new RestApi()

api.get('offerings', async (ctx, filter) => { /* write biz logic here */ })
api.get('exchanges', async (ctx, filter) => { /* write biz logic here */ })

api.submit('rfq', async (ctx, message) => { /* write biz logic here */ })
api.submit('order', async (ctx, message) => { /* write biz logic here */ })
api.submit('close', async (ctx, message) => { /* write biz logic here */ })


await api.listen()
0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago