1
0
Fork 0
This commit is contained in:
syui 2024-03-13 19:59:55 +09:00
parent 2866ed2fad
commit e7aa6b7491
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
3 changed files with 11 additions and 5 deletions

View File

@ -1,12 +1,20 @@
# atproto-sdk-rust
```sh
just test
$ just test
```
## example
```sh
export ATPROTO_BASE_URL=https://bsky.social
just test-full
$ export ATPROTO_BASE_URL=https://bsky.social
$ just test-full
```
## openapi
```sh
$ libninja gen --lang rust --repo lib/atproto -o . Atproto openapi.json
```
## ref

View File

@ -1,5 +1,3 @@
pub use app_bsky_actor_defs_preferences::*;
pub use app_bsky_actor_defs_profile_associated::*;
pub use app_bsky_actor_defs_profile_view::*;