This commit is contained in:
notplants 2024-02-21 12:58:57 -06:00
parent 1d14c85d42
commit fc5eaff0e7
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@ Bookwyrm is built using ActivityPub which I wanted to explore a bit with this sc
I was able to easily download the contents of a list into a yaml using the json+ld endpoint for the URL of the list.
For example, in bash, for the list: https://wyrms.de/user/j12i/books/reading
For example, in bash, for the same calvin and hobbes list:
```bash
http https://wyrms.de/user/j12i/books/reading?page=1 "accept: application/ld+json"
http https://bookwyrm.social/list/2634/s/calvin-and-hobbes?page=1 "accept: application/ld+json"
```
Thus its very easy to fetch various objects from Bookwyrm and transform them or use them in a new context.