diff --git a/api.json b/openapi.json similarity index 100% rename from api.json rename to openapi.json diff --git a/readme.md b/readme.md index 2d58a6d..f1ff23d 100644 --- a/readme.md +++ b/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 diff --git a/src/model.rs b/src/model.rs index 5f63056..a5d672a 100644 --- a/src/model.rs +++ b/src/model.rs @@ -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::*;