fix
This commit is contained in:
parent
2866ed2fad
commit
e7aa6b7491
14
readme.md
14
readme.md
@ -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
|
||||
|
@ -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::*;
|
||||
|
Loading…
Reference in New Issue
Block a user