1.0.2 • Published 18 days ago

@tbdex/http-client v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
18 days ago

tbdex http client

An HTTP client that can be used to send tbdex messages to PFIs

Installation

npm install @tbdex/http-client

Usage

import { TbdexHttpClient } from '@tbdex/http-client'

const offerings = await TbdexHttpClient.getOfferings({ pfiDid: SOME_PFI_DID })