1
0
atproto/readme.md
2024-03-13 19:59:55 +09:00

26 lines
347 B
Markdown

# atproto-sdk-rust
```sh
$ just test
```
## example
```sh
$ export ATPROTO_BASE_URL=https://bsky.social
$ just test-full
```
## openapi
```sh
$ libninja gen --lang rust --repo lib/atproto -o . Atproto openapi.json
```
## ref
- https://swagger.io
- https://github.com/kurtbuilds/libninja
- https://github.com/rdmurphy/atproto-openapi-types