fix
This commit is contained in:
parent
2866ed2fad
commit
e7aa6b7491
14
readme.md
14
readme.md
@ -1,12 +1,20 @@
|
|||||||
# atproto-sdk-rust
|
# atproto-sdk-rust
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
just test
|
$ just test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## example
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export ATPROTO_BASE_URL=https://bsky.social
|
$ export ATPROTO_BASE_URL=https://bsky.social
|
||||||
just test-full
|
$ just test-full
|
||||||
|
```
|
||||||
|
|
||||||
|
## openapi
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ libninja gen --lang rust --repo lib/atproto -o . Atproto openapi.json
|
||||||
```
|
```
|
||||||
|
|
||||||
## ref
|
## ref
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
pub use app_bsky_actor_defs_preferences::*;
|
pub use app_bsky_actor_defs_preferences::*;
|
||||||
pub use app_bsky_actor_defs_profile_associated::*;
|
pub use app_bsky_actor_defs_profile_associated::*;
|
||||||
pub use app_bsky_actor_defs_profile_view::*;
|
pub use app_bsky_actor_defs_profile_view::*;
|
||||||
|
Loading…
Reference in New Issue
Block a user