Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History

http-client

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 })