From 42eebc3cfe23d9aa2ac9c338c6fee187b2dd4b5f Mon Sep 17 00:00:00 2001 From: dholms Date: Wed, 10 May 2023 23:24:41 -0500 Subject: [PATCH] readme tweaks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f71c2ae..c4fe5d6 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ type SkeletonItem = { type Reason = ReasonRepost type ReasonRepost = { - $type: @TODO + $type: 'app.bsky.feed.defs#skeletonReasonRepost' by: string // the did of the reposting user indexedAt: string // the time that the repost took place } @@ -111,7 +111,7 @@ const payload = { } ``` -We provide utilities for verifying user JWTs in the `@atproto/xrpc-server` package. +We provide utilities for verifying user JWTs in the `@atproto/xrpc-server` package, and you can see them in action in `src/auth.ts`. ### Pagination You'll notice that the `getFeedSkeleton` method returns a `cursor` in its response & takes a `cursor` param as input.