Skip to content

Commit

Permalink
[http-client] update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mistermoe committed Sep 12, 2023
1 parent 3b6eb16 commit 4baf868
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/http-client/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# tbdex http client

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

# Installation
```bash
npm install @tbdex/http-client
```

# Usage
```typescript
import { TbdexHttpClient } from '@tbdex/http-client'

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

0 comments on commit 4baf868

Please sign in to comment.