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

Commit

Permalink
docs: remove unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-grover committed Sep 24, 2023
1 parent d8973cc commit 9218481
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,6 @@ export async function GET(request: Request, { params }: Props) {
const user = await neynarClient.getUserByFid(fid)
return NextResponse.json(signer)
}

export async function POST() {
const signer = await neynarClient.createSigner()
return NextResponse.json(signer)
}
```

This library is agnostic of your client data fetching solution. The example uses [`swr`](https://swr.vercel.app), but you can use [`react-query`](https://tanstack.com/query/v3/) or plain `fetch` if you'd like.
Expand Down

0 comments on commit 9218481

Please sign in to comment.