File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 7878| ** Server** | [ com.atproto.server.describeServer] ( https://docs.bsky.app/docs/api/com-atproto-server-describe-server ) | ` AtProtoAgent.DescribeServer() ` | ✔ |
7979| | [ com.atproto.server.createSession] ( https://docs.bsky.app/docs/api/com-atproto-server-create-session ) | ` AtProtoAgent.Login() ` | ✔ |
8080| | [ com.atproto.server.deleteSession] ( https://docs.bsky.app/docs/api/com-atproto-server-delete-session ) | ` AtProtoAgent.Logout() ` | ✔ |
81+ | | [ com.atproto.server.getServiceAuth] ( https://docs.bsky.app/docs/api/com-atproto-server-get-service-auth ) | ` AtProtoAgent.GetServiceAuth() ` | ✔ |
8182| | [ com.atproto.server.getSession] ( https://docs.bsky.app/docs/api/com-atproto-server-get-session ) | ` AtProtoAgent.GetSession() ` | ✔ |
8283| | [ com.atproto.server.refreshSession] ( https://docs.bsky.app/docs/api/com-atproto-server-refresh-session ) | ` AtProtoAgent.RefreshSession() ` | ✔ |
Original file line number Diff line number Diff line change 11# idunno.Bluesky Version History
22
3+ ## 0.2.0
4+
5+ ### Features
6+
7+ #### idunno.AtProto
8+
9+ * Add support for GetServiceAuth()
10+
11+ #### idunno.Bluesky
12+
13+ * Add support for video
14+
315## 0.1.3
416
517### Features
1729
1830### Docs
1931
20- * Added Profile editing sample
32+ * Add Profile editing sample
2133
2234## 0.1.2
2335
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 0.1.3 -prerelease" ,
3+ "version" : " 0.2.0 -prerelease" ,
44 "publicReleaseRefSpec" : [
55 " ^refs\/ heads\/ rel\/ .*$"
66 ],
You can’t perform that action at this time.
0 commit comments