1
0
atproto/readme.md

26 lines
347 B
Markdown
Raw Normal View History

2024-03-13 10:48:34 +00:00
# atproto-sdk-rust
```sh
2024-03-13 10:59:55 +00:00
$ just test
2024-03-13 10:48:34 +00:00
```
2024-03-13 10:59:55 +00:00
## example
```sh
$ export ATPROTO_BASE_URL=https://bsky.social
$ just test-full
```
## openapi
2024-03-13 10:48:34 +00:00
```sh
2024-03-13 10:59:55 +00:00
$ libninja gen --lang rust --repo lib/atproto -o . Atproto openapi.json
2024-03-13 10:48:34 +00:00
```
## ref
- https://swagger.io
- https://github.com/kurtbuilds/libninja
- https://github.com/rdmurphy/atproto-openapi-types
2024-03-13 10:48:03 +00:00