this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

better README

alice 51b008f0 2e2b580b

+4 -1
+4 -1
README.md
··· 1 1 # HOWTO 2 2 3 3 ```bash 4 - time curl -sX POST "http://localhost:8000/fetch" -H "Content-Type: application/json" -d '{"did": "did:plc:vwzwgnygau7ed7b7wt5ux7y2", "pds": "bsky.network"}' > david.json 4 + curl -sX POST "http://localhost:8000/fetch" \ 5 + -H "Content-Type: application/json" \ 6 + -d '{"did": "did:plc:vwzwgnygau7ed7b7wt5ux7y2", "pds": "bsky.network"}' \ 7 + > david.json 5 8 ```