You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ Here's how to package, test, and ship a new release.
234
234
* `Base`:
235
235
* Expose lexicons in `defs` attribute.
236
236
* `Client`:
237
-
* Add minimal auth support with `access_token` constructor kwarg and attribute. To send authenticated requests, call `createSession` or `refreshSession` to get an access token, then set it on a `Client`.
237
+
* Add minimal auth support with `access_token` and `refresh_token` constructor kwargs and `session` attribute. If you use a `Client` to call `com.atproto.server.createSession` or `com.atproto.server.refreshSession`, the returned tokens will be automatically stored and used in future requests.
238
238
* Bug fix: handle trailing slash on server address, eg `http://ser.ver/` vs `http://ser.ver`.
239
239
* Default server address to official `https://bsky.social` PDS.
dict or generator iterator: for queries and procedures, decoded JSON object, or None if the method has no output. For subscriptions, generator of messages from server.
119
+
dict or generator iterator: for queries and procedures, decoded JSON
120
+
object, or None if the method has no output. For subscriptions,
121
+
generator of messages from server.
113
122
114
123
Raises:
115
124
NotImplementedError: if the given NSID is not found in any of the
0 commit comments