readme tweaks
This commit is contained in:
parent
84420cc7aa
commit
42eebc3cfe
@ -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…
Reference in New Issue
Block a user