@tbdex/http-client
v2.2.1
Published
Http client that can be used to send tbdex messages
Readme
tbdex http client
An HTTP client that can be used to send tbdex messages to PFIs
Installation
npm install @tbdex/http-clientUsage
import { TbdexHttpClient } from '@tbdex/http-client'
const offerings = await TbdexHttpClient.getOfferings({ pfiDid: SOME_PFI_DID })