readme tweaks
This commit is contained in:
parent
224177ec74
commit
6a1c8ac641
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ type SkeletonItem = {
|
||||||
type Reason = ReasonRepost
|
type Reason = ReasonRepost
|
||||||
|
|
||||||
type ReasonRepost = {
|
type ReasonRepost = {
|
||||||
$type: @TODO
|
$type: 'app.bsky.feed.defs#skeletonReasonRepost'
|
||||||
by: string // the did of the reposting user
|
by: string // the did of the reposting user
|
||||||
indexedAt: string // the time that the repost took place
|
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
|
### Pagination
|
||||||
You'll notice that the `getFeedSkeleton` method returns a `cursor` in its response & takes a `cursor` param as input.
|
You'll notice that the `getFeedSkeleton` method returns a `cursor` in its response & takes a `cursor` param as input.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue